.precaution-banner-98fbb8f8 {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    padding: 60px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.precaution-overlay-98fbb8f8 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.precaution-content-98fbb8f8 {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}

.precaution-badge-98fbb8f8 {
    background-color: #ffffff;
    color: #cca300;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1.5px;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    display: inline-block;
}

.precaution-title-98fbb8f8 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 12px 0;
}

.precaution-subtitle-98fbb8f8 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-weight: 500;
}

.precaution-btn-98fbb8f8 {
    background-color: #1e293b;
    color: #ffcc00;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 30px;
    transition: transform 0.2s, background-color 0.2s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    display: inline-block;
}

.precaution-btn-98fbb8f8:hover {
    transform: translateY(-2px);
    background-color: #0f172a;
    color: #ffcc00;
}

@media (max-width: 768px) {
    .precaution-banner-98fbb8f8 {
        padding: 40px 15px;
    }
    .precaution-title-98fbb8f8 {
        font-size: 24px;
    }
}
