/* ETI Manager Custom Tour Styles */
.shepherd-theme-eti {
    max-width: 450px;
}

.shepherd-theme-eti .shepherd-header {
    background-color: #594ae2;
    color: white;
    padding: 1rem;
    border-radius: 5px 5px 0 0;
}

.shepherd-theme-eti .shepherd-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    color: white;
}

.shepherd-theme-eti .shepherd-text {
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

.shepherd-theme-eti .shepherd-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.shepherd-button {
    border: none;
    padding: 0.5rem 1.25rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.shepherd-button-primary {
    background-color: #594ae2;
    color: white;
}

.shepherd-button-primary:hover {
    background-color: #4839d1;
}

.shepherd-button-secondary {
    background-color: #f5f5f5;
    color: #333;
}

.shepherd-text strong {
    color: #594ae2;
    font-weight: 600;
}
