/* Common styles extracted from inline attributes */
.email-body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f8fafc;
    padding: 30px;
}
.email-container {
    max-width: 600px;
    margin: auto;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.logo-wrapper {
    text-align: center;
    margin-bottom: 16px;
}
.logo-img,
.pdf-logo-img {
    height: 70px;
}
.email-heading {
    color: #2d3748;
}
.email-text {
    font-size: 16px;
    color: #4a5568;
}
.email-table {
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    color: #2d3748;
}
.email-button-wrapper {
    text-align: center;
    margin-top: 30px;
}
.email-button {
    background-color: #4f46e5;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}
.email-support {
    margin-top: 30px;
    font-size: 15px;
    color: #4a5568;
}
.email-team {
    margin-top: 40px;
    font-size: 13px;
    color: #a0aec0;
    text-align: center;
}
.image-bg-white {
    background: #fff;
}
.progress-bar {
    width: var(--progress-width);
}
