.shepherd-element {
    max-width: 400px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.shepherd-text {
    color: #374151;
    font-size: 14px;
    line-height: 1.6;
    padding: 1.5rem;
}

.shepherd-header {
    padding: 1.5rem 1.5rem 0;
    background: transparent;
}

.shepherd-title {
    color: #111827;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.shepherd-cancel-icon {
    color: #6B7280;
    opacity: 0.7;
    transition: opacity 0.2s;
    padding: 0;
    margin-right: 0;
}

.shepherd-cancel-icon:hover {
    color: #374151;
    opacity: 1;
}

.shepherd-footer {
    padding: 0 1.5rem 1.5rem;
}

.shepherd-button {
    margin-right: 0.75rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

.shepherd-button:last-child {
    margin-right: 0;
}

.shepherd-button-primary {
    background: #4F46E5;
    color: white;
}

.shepherd-button-primary:hover {
    background: #4338CA;
}

.shepherd-button-secondary {
    background: #F3F4F6;
    color: #374151;
}

.shepherd-button-secondary:hover {
    background: #E5E7EB;
    color: #111827;
}

.shepherd-arrow:before {
    border-width: 8px;
}

.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
    margin-top: 0;
}
