:root {
    --fc-today-bg-color: #ffffff !important;
}
.fi-logo {
    display: none !important;
}
.fi-topbar-nav-groups {
    margin-left: 0 !important;
}
#calendar {
    width: 100%;
}
.fc-license-message {
    display: none !important;
}

.wo-modal-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.wo-top-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0.75rem 0.75rem 0.25rem;
    border-radius: 0.75rem;
    background: linear-gradient(to right, #f3f4f6, #e5e7eb);
    border: 1px solid #d1d5db;
}

.wo-top-row .wo-field {
    flex: 1 1 0;
    min-width: 160px;
}

.wo-label {
    display: block;
    font-size: 0.70rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #4b5563;
}

.wo-input,
.wo-textarea {
    width: 100%;
    border-radius: 0.45rem;
    border: 1px solid #d1d5db;
    padding: 0.3rem 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.2rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    background-color: #ffffff;
    transition: border-color 120ms ease, box-shadow 120ms ease, background-color 120ms ease;
}

.wo-input:focus,
.wo-textarea:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    border-color: #4f46e5;
    box-shadow:
        0 0 0 1px #4f46e5,
        0 1px 3px 0 rgba(15, 23, 42, 0.15);
    background-color: #ffffff;
}

.wo-textarea {
    resize: vertical;
    min-height: 64px;
}

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

.wo-col-25,
.wo-col-50 {
    min-width: 0;
}

@media (max-width: 1024px) {
    .wo-columns {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .wo-col-25,
    .wo-col-50 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.wo-card {
    height: 100%;
    border-radius: 0.9rem;
    border: 1px solid #e5e7eb;
    padding: 0.9rem 0.9rem 0.8rem;
    background: radial-gradient(circle at top left, #f9fafb 0, #f3f4f6 45%, #e5e7eb 100%);
    box-shadow: 0 12px 20px -15px rgba(15, 23, 42, 0.25), 0 4px 6px -4px rgba(15, 23, 42, 0.12);
}

.wo-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}

.wo-card-title {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #374151;
}

.wo-card-body > .wo-field-group + .wo-field-group {
    margin-top: 0.55rem;
}

.wo-field-group-inline {
    display: flex;
    gap: 0.5rem;
    margin-top: 6px;
}

.wo-field-group-inline .wo-field {
    flex: 1 1 0;
}

.mb-6 {
    margin-bottom: 6px !important;
}

.wo-owner-wrapper {
    position: relative;
}

.wo-owner-suggestions {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 0.25rem;
    background: #ffffff;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    max-height: 14rem;
    overflow-y: auto;
    box-shadow: 0 14px 24px -12px rgba(15, 23, 42, 0.35), 0 6px 8px -6px rgba(15, 23, 42, 0.2);
    z-index: 40;
    font-size: 0.8125rem;
}

.wo-owner-suggestion-item {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.45rem 0.75rem;
    border: none;
    background: transparent;
    cursor: pointer;
}

.wo-owner-suggestion-item:hover {
    background: #f3f4f6;
}

.wo-owner-suggestion-name {
    font-weight: 600;
    display: block;
}

.wo-owner-suggestion-meta {
    color: #6b7280;
    font-size: 0.7rem;
}

.wo-pill {
    border-radius: 999px;
    padding: 0.1rem 0.5rem;
    font-size: 0.7rem;
    font-weight: 500;
    border: 1px solid #d1d5db;
    background: rgba(15, 23, 42, 0.03);
}
