.activity-not-available-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    font-family: system-ui, -apple-system, sans-serif;
}

#activity-not-available-direct-booking {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.activity-not-available-image {
    width: 250px;
    max-width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.activity-not-available-message {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    max-width: 420px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.activity-not-available-btn-primary {
    background-color: var(--color-secondary); 
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
