@media (max-width: 1023px) {
  .announcement-container {
    padding-top: 9% !important;
  }
}

@media (max-width: 624px) {
  .announcement-container {
    padding-top: 0% !important;
  }
}

/* Title */
.title-main {
    color: #0169AF;
    margin-bottom: 16px;
    text-align: center;
    line-height: 45px;
    font-size: 32px;
    font-family: 'Inter-Bold';
}

/* Logo */
.logo-center {
    width: 20%;
    margin: 6% auto;
    display: block;
}

/* Subtitle */
.subtitle-important {
    color: #054F99;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 24px;
    font-family: 'Inter-Medium';
}

/* Announcement Title */
.announcement-title {
    color: #0169AF;
    text-align: center;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 30px;
    font-size: 18px;
    font-family: 'Inter-Bold';
}

/* Date */
.date-info {
    text-align: center;
    color: #60615F;
    margin-bottom: 32px;
    font-size: 16px;
    font-family: 'Inter-Medium';
}

/* Main Text */
.text-content,
.text-additional,
.text-closing {
    color: #333;
    line-height: 1.8;
    margin-bottom: 40px;
    font-size: 16px;
    font-family: 'Inter-Medium';
}

/* Price Table */
.price-table {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 40px;
    border-collapse: collapse;
    font-family: Inter, sans-serif;
}

.table-header {
    background: #0169AF;
    color: white;
}

.th-left {
    padding: 16px;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
}

.th-right {
    padding: 16px;
    text-align: right;
    font-weight: 600;
    font-size: 16px;
}

.row-odd {
    background: #F8FBFF;
    border-bottom: 1px solid #e0e0e0;
}

.row-even {
    background: #FFFFFF;
    border-bottom: 1px solid #e0e0e0;
}

.td-left {
    padding: 14px 16px;
    color: #333;
    font-size: 15px;
}

.td-right {
    padding: 14px 16px;
    text-align: right;
}

.td-price {
    color: #0169AF;
    font-weight: 600;
    font-size: 15px;
}

/* Contact Box */
.contact-box {
    background: #F0F7FF;
    padding: 32px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.contact-text {
    color: #333;
    margin: 0 0 12px;
    line-height: 1.7;
    font-size: 16px;
    font-family: 'Inter-Medium';
}

.contact-links {
    margin: 0;
    line-height: 1.8;
    font-size: 16px;
    font-family: 'Inter-Medium';
}

.link-whatsapp {
    color: #25D366;
    text-decoration: underline;
}

.link-email {
    color: #0169AF;
    text-decoration: underline;
}

/* Signature */
.signature {
    text-align: center;
    color: #60615F;
    line-height: 1.8;
    font-size: 16px;
    font-family: 'Inter-Medium';
}

.sig-line1 {
    margin: 0;
}

.sig-line2 {
    margin: 8px 0 0;
}

th {
    font-family: 'Inter-Medium' !important;
}

td {
    font-family: 'Inter-Medium' !important;
}