.set-the-date-cta {
    background: #fffbe6;
    padding: 20px;
    border: 1px solid #ffe58f;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    margin: 20px 0;
}
.set-the-date-logo {
    max-width: 160px;
    height: auto;
    margin-bottom: 15px;
}
.set-the-date-cta p {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}
.set-the-date-cta .std-button {
    background: #f9a825;
    color: #fff;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
}
.set-the-date-cta .std-button:hover {
    background: #f57f17;
}
