.emm-external-registration {
    text-align: center;
    padding: 30px 20px;
    background: #f9f9f9;
    border-radius: 8px;
    margin: 20px 0;
}

.emm-external-reg-message {
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
}

.emm-external-multi .emm-external-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.emm-external-button-wrapper {
    flex: 1;
    min-width: 200px;
    max-width: 300px;
    text-align: center;
}

.emm-group-title {
    font-size: 17px;
    font-weight: 600;
    color: #2c3338;
    margin-bottom: 6px;
}

.emm-group-dates {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.emm-external-reg-button {
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    background: #0073aa;
    color: #fff !important;
    border-radius: 4px;
    transition: background 0.2s;
    box-sizing: border-box;
}

.emm-external-reg-button:hover {
    background: #005a87;
}

@media (max-width: 700px) {
    .emm-external-multi .emm-external-buttons {
        flex-direction: column;
    }

    .emm-external-button-wrapper {
        max-width: 100%;
    }
}
