/* Custom styles */
.fi-topbar-close-collapse-sidebar-btn {
    display: none !important;
}

.fi-body,
.fi-main,
.fi-page,
.fi-section-content-ctn {
    max-width: 100% !important;
}

.fi-section {
    margin: 1px !important;
}

.fi-modal-footer-actions {
    justify-content: flex-end !important;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.section-texts span {
    font-weight: 900;
}

.section-texts p {
    font-size: 13px;
    margin: 0;
}

.section-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.field {
    padding-bottom: .5rem;
    border-bottom: 1px solid #4a4b50;
}

.field-label {
    font-size: .875rem;
    font-weight: 600;
    margin: 0 0 .25rem 0;
}

.field-value {
    display: inline-flex;
    align-items: center;
}

.modal-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.modal-buttons .filament-button {
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-ellipsis {
    white-space: normal !important;
    text-overflow: clip !important;
    overflow: visible !important;
    display: block !important;
    line-height: 1.4 !important;
}

.pr-card {
    border-radius: 14px;
    overflow: hidden;
}

.pr-body {
    font-size: 14px;
    color: #e5e7eb;
}

.pr-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 12px;
    padding: 14px 0;
}

.pr-row-last {
    border-bottom: none;
}

.pr-cell {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pr-cell-span2 {
    grid-column: span 2;
}

.pr-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9ca3af;
}

.pr-value {
    font-size: 14px;
    color: #f9fafb;
}

.pr-link {
    color: #60a5fa;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pr-link:hover {
    color: #93c5fd;
}

.pr-footer {
    width: 100%;
    border: none;
    border-top: 1px solid #303030;
    color: #d1d5db;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 8px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    cursor: pointer;
    transition: background 0.15s ease;
}

.pr-footer-icon {
    width: 16px;
    height: 16px;
}

.pr-banner {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    background: #f59e0b;
    color: #111827;
    font-size: 13px;
}

.pr-banner-icon {
    width: 18px;
    height: 18px;
    margin-top: 2px;
}


