.sotd-cta-box {
border: 1px solid #d9e3f0;
background: #f7fbff;
padding: 20px;
border-radius: 14px;
margin: 24px 0;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.sotd-cta-label {
display: inline-block;
margin: 0 0 10px;
padding: 5px 10px;
border-radius: 999px;
background: #e8f1ff;
color: #1f5eff;
font-size: 14px;
font-weight: 700;
}

.sotd-cta-title {
margin: 0 0 8px;
font-size: 20px;
font-weight: 800;
line-height: 1.4;
color: #111827;
}

.sotd-cta-desc {
margin: 0 0 16px;
font-size: 16px;
line-height: 1.7;
color: #374151;
}

.sotd-cta-button {
display: block;
width: 100%;
box-sizing: border-box;
text-align: center;
background: #1f5eff;
color: #ffffff ;
padding: 15px 18px;
border-radius: 10px;
font-size: 17px;
font-weight: 800;
text-decoration: none ;
}

.sotd-cta-button:hover {
opacity: 0.92;
}