.detail-title {
    padding: 1rem 0;
    text-align: center;
    border-bottom: 0.1rem solid #eee;
}

.detail-title h3 {
    font-size: 1.2rem;
}

.detail-title p {
    font-size: 0.8rem;
    margin: 0.5rem 0;
}

.detail-content {
    padding: 0.5rem;
}

.detail-content img {
    max-width: 100%;
    height: auto;
}