.lhb-elementor-widget {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.lhb-elementor-widget__feedback {
    margin-top: 16px;
    border-radius: 12px;
    padding: 12px 14px;
    background: rgba(148, 163, 184, 0.12);
    color: #0f172a;
    font-size: 14px;
}

.lhb-elementor-widget__feedback-message {
    margin: 0;
}

.lhb-elementor-widget[data-widget-state="loading"] {
    opacity: 0.84;
}

.lhb-elementor-widget[data-widget-state="loading"] .lhb-elementor-widget__feedback {
    background: rgba(59, 130, 246, 0.12);
    color: #1d4ed8;
}

.lhb-elementor-widget[data-widget-state="empty"] .lhb-elementor-widget__feedback,
.lhb-elementor-widget[data-widget-state="unavailable"] .lhb-elementor-widget__feedback {
    background: rgba(245, 158, 11, 0.14);
    color: #92400e;
}

.lhb-elementor-widget[data-widget-state="error"] {
    border-color: #ef4444;
}

.lhb-elementor-widget[data-widget-state="error"] .lhb-elementor-widget__feedback {
    background: rgba(239, 68, 68, 0.12);
    color: #b91c1c;
}

.lhb-elementor-widget[data-widget-state="ready"] .lhb-elementor-widget__feedback:empty {
    display: none;
}

.lhb-services-list-widget__list,
.lhb-hosting-access-widget__list,
.lhb-billing-overview-widget__list,
.lhb-support-tickets-widget__list,
.lhb-domains-widget__list,
.lhb-client-summary-widget__stats {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.lhb-services-list-widget__item,
.lhb-hosting-access-widget__item,
.lhb-billing-overview-widget__item,
.lhb-support-tickets-widget__item,
.lhb-domains-widget__item,
.lhb-client-summary-widget__stat {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.lhb-services-list-widget__item:first-child,
.lhb-hosting-access-widget__item:first-child,
.lhb-billing-overview-widget__item:first-child,
.lhb-support-tickets-widget__item:first-child,
.lhb-domains-widget__item:first-child,
.lhb-client-summary-widget__stat:first-child {
    border-top: 0;
}

.lhb-services-list-widget__details,
.lhb-hosting-access-widget__details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 220px;
}

.lhb-services-list-widget__icon {
    width: 36px;
    height: 36px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(37, 99, 235, 0.18);
    background: rgba(37, 99, 235, 0.08);
    color: #1d4ed8;
    flex: 0 0 auto;
}

.lhb-icon-fallback {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    opacity: 0.65;
}

.lhb-services-list-widget__icon svg {
    width: 18px;
    height: 18px;
}

.lhb-services-list-widget__icon svg ~ .lhb-icon-fallback {
    display: none;
}

.lhb-services-list-widget__actions,
.lhb-hosting-access-widget__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.lhb-services-list-widget__action,
.lhb-hosting-access-widget__action {
    appearance: none;
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: #1d4ed8;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.lhb-services-list-widget__action:hover,
.lhb-hosting-access-widget__action:hover {
    background: rgba(37, 99, 235, 0.14);
}

.lhb-services-list-widget__action:disabled,
.lhb-hosting-access-widget__action:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.lhb-hosting-access-widget__access-url {
    color: #1d4ed8;
    text-decoration: none;
    word-break: break-all;
}

.lhb-services-list-widget__item--empty,
.lhb-hosting-access-widget__item--empty,
.lhb-billing-overview-widget__item--empty,
.lhb-support-tickets-widget__item--empty,
.lhb-domains-widget__item--empty {
    color: #64748b;
    justify-content: flex-start;
}
