body {
    font-family: 'Helvetica', 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.container {
    max-width: 600px;
    padding: 20px;
    text-align: left;
}

.main-title {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 20px;
}

.highlight {
    background-color: #fff176;
    padding: 0 5px;
}

.subtitle {
    color: #d32f2f;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
}

.profile-container {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
    object-fit: cover;
    border: 2px solid #2196f3; /* Blue "verified" style border */
}

.profile-info p {
    margin: 0;
    font-size: 14px;
}

.custom-description-placeholder {
    padding: 40px 20px;
    border: 2px dashed #ccc;
    text-align: center;
    color: #999;
    margin: 20px 0;
    font-style: italic;
}

.red-text {
    color: #b71c1c;
}

.underlined-red {
    border-bottom: 2px solid #b71c1c;
    display: inline-block;
    padding-bottom: 2px;
}

.underlined {
    text-decoration: underline;
}

.separator {
    border: 0;
    height: 1px;
    background: #eee;
    margin: 40px 0;
}

p {
    font-size: 18px;
    margin-bottom: 20px;
}

h2, h3 {
    margin-top: 40px;
}
