.ctc-container-41ac790d {
    text-align: center;
    margin: 15px 0;
}

.ctc-button-41ac790d {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
}

.ctc-button-41ac790d:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.ctc-main-text-41ac790d {
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.ctc-subtext-41ac790d {
    margin-top: 8px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .ctc-button-41ac790d {
        padding: 20px; /* Larger tap target on mobile */
    }
    
    .ctc-main-text-41ac790d {
        font-size: 22px; /* Slightly larger text on mobile */
    }
}
