/* Pełnoekranowy panel konta — ukrycie elementów Astry */
body:has(.dd-account-app) #masthead,
body:has(.dd-account-app) .site-header,
body:has(.dd-account-app) .main-header-bar,
body:has(.dd-account-app) #colophon,
body:has(.dd-account-app) .site-footer,
body:has(.dd-account-app) .ast-breadcrumbs-wrapper,
body:has(.dd-account-app) .entry-header,
body:has(.dd-account-app) .entry-title {
    display: none !important;
}

body:has(.dd-account-app) .site-content,
body:has(.dd-account-app) .ast-container,
body:has(.dd-account-app) .content-area,
body:has(.dd-account-app) .site-main,
body:has(.dd-account-app) article,
body:has(.dd-account-app) .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body:has(.dd-account-app) {
    background: #f7f8fb !important;
}


.dd-account-app {
    min-height: 100vh;
    background: #f7f8fb;
    color: #090b3f;
}

.dd-account-shell {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    min-height: calc(100vh - 82px);
}

.dd-account-sidebar {
    background: #ffffff;
    border-right: 1px solid #e3e7f2;
    padding: 24px 18px;
}

.dd-account-logo strong {
    display: block;
    font-size: 20px;
    color: #090b3f;
}

.dd-account-logo span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: #667093;
}

.dd-account-sidebar nav {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dd-account-sidebar nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    text-decoration: none !important;
    color: #090b3f;
    font-weight: 600;
}

.dd-account-sidebar nav a.is-active,
.dd-account-sidebar nav a:hover {
    background: #fff2e8;
    color: #e87527;
}

.dd-account-wrapper {
    min-width: 0;
}

.dd-account-topbar {
    height: 82px;
    background: #ffffff;
    border-bottom: 1px solid #e3e7f2;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 260px minmax(240px, 360px) minmax(0, 1fr);
    align-items: center;
    gap: 24px;
}

.dd-topbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dd-topbar-logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    border: 2px solid #f47b20;
    color: #f47b20;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
}

.dd-topbar-brand strong {
    display: block;
    font-size: 22px;
    line-height: 1;
    color: #090b3f;
    letter-spacing: .02em;
}

.dd-topbar-brand span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #667093;
}

.dd-topbar-profile-switch {
    height: 44px;
    border: 1px solid #d9deec;
    border-radius: 13px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    color: #090b3f;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(9, 11, 63, 0.035);
}

.dd-profile-switch-icon {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: #fff2e8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.dd-profile-switch-arrow {
    margin-left: auto;
    color: #667093;
}

.dd-account-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
}

.dd-topbar-icon-btn,
.dd-topbar-user {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #090b3f !important;
    padding: 0 !important;
    cursor: pointer;
}

.dd-topbar-icon-btn {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.dd-topbar-icon-btn:hover {
    background: #f6f7fb !important;
}

.dd-topbar-icon-btn span {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #f04444;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dd-topbar-user {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.dd-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff2e8;
    color: #e87527;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    flex-shrink: 0;
}

.dd-topbar-user strong {
    display: block;
    font-size: 14px;
    color: #090b3f;
    line-height: 1.2;
}

.dd-topbar-user small {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    color: #667093;
}

.dd-topbar-user em {
    font-style: normal;
    color: #667093;
    margin-left: 4px;
}

.dd-account-content {
    padding: 32px;
}

.dd-account-card {
    background: #ffffff;
    border: 1px solid #e3e7f2;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 12px 32px rgba(9, 11, 63, 0.06);
}

/* =========================================================
   PROFIL — góra strony i akcje
   ========================================================= */

.dd-account-app .dd-profile-page-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

.dd-account-app .dd-profile-page-head h2 {
    margin: 0 0 8px !important;
    font-size: 30px !important;
    line-height: 1.15 !important;
    color: #090b3f !important;
}

.dd-account-app .dd-profile-page-head p {
    margin: 0 !important;
    color: #667093 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
}

.dd-account-app .dd-profile-head-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex-shrink: 0;
}

.dd-account-app .dd-profile-head-btn {
    min-height: 44px;
    padding: 0 22px;
    border: 1px solid #f47b20;
    border-radius: 12px;
    background: #ffffff;
    color: #e87527 !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dd-account-app .dd-profile-head-btn:hover {
    background: #fff7f0;
    color: #e87527 !important;
}


/* =========================================================
   PROFIL — karty
   ========================================================= */

.dd-account-app .dd-profile-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    align-items: start;
}

.dd-account-app .dd-profile-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.dd-account-app .dd-profile-card,
.dd-account-app .dd-profile-side-card {
    background: #ffffff;
    border: 1px solid #e3e7f2;
    border-radius: 18px;
    padding: 22px 24px;
    box-shadow: 0 10px 28px rgba(9, 11, 63, 0.05);
}

.dd-account-app .dd-profile-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.dd-account-app .dd-profile-card-head h3,
.dd-account-app .dd-profile-side-card h3 {
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    color: #090b3f !important;
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dd-account-app .dd-badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f6f7fb;
    color: #090b3f;
    font-size: 12px;
    font-weight: 600;
}

.dd-account-app .dd-profile-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    display: block;
}


/* =========================================================
   PROFIL — buttony
   ========================================================= */

.dd-account-app .dd-edit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    min-width: 92px;
    padding: 0 16px;
    border: 1px solid #d8deee;
    border-radius: 12px;
    background: #ffffff;
    color: #090b3f !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.dd-account-app .dd-edit-btn::before {
    margin-right: 7px;
    font-size: 13px;
    color: #090b3f;
}

.dd-account-app .dd-edit-btn:hover {
    border-color: #f47b20;
    background: #fff7f0;
    color: #e87527 !important;
}

.dd-account-app .dd-edit-btn:hover::before {
    color: #e87527;
}

.dd-account-app .dd-account-outline-btn {
    min-height: 44px;
    padding: 11px 20px;
    border: 1px solid #f47b20;
    border-radius: 12px;
    background: #ffffff;
    color: #e87527 !important;
    font-weight: 800;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dd-account-app .dd-account-outline-btn:hover {
    background: #fff7f0;
    color: #e87527 !important;
}

.dd-account-app .dd-full-btn {
    width: 100%;
    margin-top: 18px;
}

/* Ikony SVG w przyciskach */

.dd-account-app .dd-account-outline-btn svg,
.dd-account-app .dd-edit-btn svg,
.dd-account-app .dd-profile-head-btn svg {
    width: 15px;
    height: 15px;
    margin-right: 7px;
    flex-shrink: 0;
    stroke: currentColor;
}


/* =========================================================
   PROFIL — dane podstawowe
   ========================================================= */

.dd-account-app .dd-profile-basic {
    display: flex;
    gap: 16px;
    align-items: center;
}

.dd-account-app .dd-profile-logo {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: #fff2e8;
    color: #e87527;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    flex-shrink: 0;
}

.dd-account-app .dd-profile-basic h4 {
    margin: 0 0 6px !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    color: #090b3f !important;
    font-weight: 800 !important;
}

.dd-account-app .dd-profile-basic p {
    margin: 0 0 4px !important;
    color: #667093 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
}

.dd-account-app .dd-profile-muted {
    color: #8c94ad !important;
}


/* =========================================================
   PROFIL — kontakt
   ========================================================= */

.dd-account-app .dd-contact-list {
    display: grid;
    gap: 12px;
}

.dd-account-app .dd-contact-list div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #090b3f;
    font-size: 15px;
    font-weight: 600;
}

.dd-account-app .dd-contact-list span {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    background: #f6f7fb;
    color: #090b3f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}


/* =========================================================
   PROFIL — teksty, tagi, zdjęcia
   ========================================================= */

.dd-account-app .dd-profile-text {
    margin: 0;
    color: #303754;
    font-size: 15px;
    line-height: 1.7;
}

.dd-account-app .dd-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.dd-account-app .dd-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #f6f7fb;
    border: 1px solid #e3e7f2;
    color: #090b3f;
    font-size: 13px;
    font-weight: 700;
}

.dd-account-app .dd-photo-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dd-account-app .dd-photo-row-real div {
    overflow: hidden;
    background: #f6f7fb;
}

.dd-account-app .dd-photo-row-real img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    display: block;
}

.dd-account-app .dd-photo-row span {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #fff2e8;
    color: #e87527;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

/* =========================================================
   PROFIL — prawa kolumna
   ========================================================= */

.dd-account-app .dd-profile-side {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 24px;
}

.dd-account-app .dd-profile-side-card {
    background: #ffffff;
    border: 1px solid #e3e7f2;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 10px 28px rgba(9, 11, 63, 0.05);
}

.dd-account-app .dd-profile-score-card {
    background: #fffaf6;
    border-color: #ffd7b9;
}

.dd-account-app .dd-profile-side-card h3 {
    margin: 0 0 18px !important;
    color: #090b3f !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
}

.dd-account-app .dd-profile-circle {
    width: 150px;
    height: 150px;
    margin: 8px auto 18px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #fffaf6 57%, transparent 58%),
        conic-gradient(#e68400 calc(var(--value) * 1%), #e8edf7 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dd-account-app .dd-profile-circle > div {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: #fffaf6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dd-account-app .dd-profile-circle strong {
    color: #090b3f;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.dd-account-app .dd-profile-circle span {
    margin-top: 6px;
    color: #667093;
    font-size: 12px;
    font-weight: 700;
}

.dd-account-app .dd-profile-score-text {
    margin: 0 0 18px !important;
    color: #303754 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    text-align: center;
}

.dd-account-app .dd-profile-todo {
    padding-top: 18px;
    border-top: 1px solid #f1d9c5;
}

.dd-account-app .dd-profile-todo h4 {
    margin: 0 0 12px;
    color: #090b3f;
    font-size: 15px;
    font-weight: 900;
}

.dd-account-app .dd-profile-todo ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 11px;
}

.dd-account-app .dd-profile-todo li {
    position: relative;
    padding-left: 28px;
    color: #303754;
    font-size: 14px;
    font-weight: 700;
}

.dd-account-app .dd-profile-todo li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1.5px solid #d9deec;
    border-radius: 50%;
    background: #ffffff;
}

.dd-account-app .dd-profile-todo li.is-done::before {
    border-color: #f47b20;
    background: #f47b20;
}

.dd-account-app .dd-profile-todo li.is-done::after {
    content: "✓";
    position: absolute;
    left: 4px;
    top: -1px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
}

.dd-account-app .dd-profile-side-actions {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.dd-account-app .dd-profile-side-actions .dd-account-outline-btn {
    width: 100%;
    min-height: 40px;
    border-color: #d8deee;
    color: #090b3f !important;
    background: #ffffff;
}

.dd-account-app .dd-profile-side-actions .dd-account-outline-btn:hover {
    border-color: #f47b20;
    color: #e87527 !important;
    background: #fff7f0;
}

.dd-account-app .dd-profile-tip {
    background: #ffffff;
    border-color: #e3e7f2;
}

.dd-account-app .dd-profile-tip p {
    margin: 0 0 16px !important;
    color: #667093 !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
}

.dd-account-app .dd-profile-tip-link {
    color: #090b3f !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
}

.dd-account-app .dd-profile-tip-link:hover {
    color: #e87527 !important;
}


/* =========================================================
   PROFIL — mobile
   ========================================================= */

@media (max-width: 1100px) {
    .dd-account-app .dd-profile-layout {
        grid-template-columns: 1fr;
    }

    .dd-account-app .dd-profile-side {
        position: static;
    }
}

@media (max-width: 760px) {
    .dd-account-app .dd-profile-page-head {
        flex-direction: column;
    }

    .dd-account-app .dd-profile-head-actions {
        width: 100%;
        flex-direction: column;
    }

    .dd-account-app .dd-profile-head-btn,
    .dd-account-app .dd-edit-btn {
        width: 100%;
    }

    .dd-account-app .dd-profile-card-head {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* =========================================================
   ZDJĘCIA PLACÓWKI — miejsca przyjęć
   ========================================================= */

.dd-account-app .dd-photos-info-box {
    background: #ffffff;
    border: 1px solid #e3e7f2;
    border-radius: 18px;
    padding: 22px 24px;
    box-shadow: 0 10px 28px rgba(9, 11, 63, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.dd-account-app .dd-photos-info-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: #f6f7fb;
    color: #090b3f;
    border: 1px solid #d8deee;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    flex-shrink: 0;
}

.dd-account-app .dd-photos-info-box h3 {
    margin: 0 0 6px !important;
    color: #090b3f !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
}

.dd-account-app .dd-photos-info-box p {
    margin: 0 !important;
    color: #667093 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.dd-account-app .dd-place-photo-card {
    background: #ffffff;
    border: 1px solid #e3e7f2;
    border-radius: 18px;
    padding: 22px 24px;
    box-shadow: 0 10px 28px rgba(9, 11, 63, 0.05);
}

.dd-account-app .dd-place-photo-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 18px;
}

.dd-account-app .dd-place-photo-title {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.dd-account-app .dd-place-pin {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: #f6f7fb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dd-account-app .dd-place-photo-title h3 {
    margin: 0 !important;
    color: #090b3f !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.dd-account-app .dd-place-photo-title p {
    margin: 5px 0 0 !important;
    color: #667093 !important;
    font-size: 13px !important;
}

.dd-account-app .dd-place-photo-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.dd-account-app .dd-place-photo-actions .dd-account-outline-btn {
    min-height: 38px;
    padding: 8px 16px;
    border-color: #d8deee;
    color: #090b3f !important;
}

.dd-account-app .dd-place-photo-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) 180px;
    gap: 14px;
    align-items: stretch;
}

.dd-account-app .dd-place-photo-thumb {
    aspect-ratio: 4 / 3;
    border-radius: 14px;
    overflow: hidden;
    background: #f6f7fb;
    border: 1px solid #e3e7f2;
}

.dd-account-app .dd-place-photo-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dd-account-app .dd-place-photo-add {
    aspect-ratio: 4 / 3;
    border-radius: 14px;
    border: 1px dashed #cbd3e6;
    background: #ffffff;
    color: #090b3f !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.dd-account-app .dd-place-photo-add span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f6f7fb;
    border: 1px solid #d8deee;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e87527;
    font-size: 24px;
    line-height: 1;
}

.dd-account-app .dd-place-photo-note {
    margin: 14px 0 0 !important;
    color: #667093 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.dd-account-app .dd-photos-logo-preview {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    border: 1px solid #e3e7f2;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 14px;
}

.dd-account-app .dd-photos-logo-preview img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.dd-account-app .dd-photos-bottom-tip {
    display: none;
}

.dd-account-app .dd-photos-logo-main {
    width: 180px;
    height: 180px;
    border-radius: 20px;
    border: 1px solid #e3e7f2;
    background: #ffffff;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dd-account-app .dd-photos-logo-main img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 1180px) {
    .dd-account-app .dd-place-photo-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dd-account-app .dd-place-photo-add {
        min-height: 150px;
    }
}

@media (max-width: 760px) {
    .dd-account-app .dd-photos-tabs {
        overflow-x: auto;
        gap: 22px;
    }

    .dd-account-app .dd-place-photo-head {
        flex-direction: column;
    }

    .dd-account-app .dd-place-photo-actions {
        width: 100%;
        flex-direction: column;
    }

    .dd-account-app .dd-place-photo-actions .dd-account-outline-btn {
        width: 100%;
    }

    .dd-account-app .dd-place-photo-row {
        grid-template-columns: 1fr 1fr;
    }
}
/* =========================================================
   GABINETY
   ========================================================= */

.dd-account-app .dd-office-card {
    background: #ffffff;
    border: 1px solid #e3e7f2;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 10px 28px rgba(9, 11, 63, 0.05);
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr) minmax(220px, .8fr) 170px;
    gap: 24px;
    align-items: start;
}

.dd-account-app .dd-office-photo {
    width: 160px;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
    background: #f6f7fb;
    border: 1px solid #e3e7f2;
}

.dd-account-app .dd-office-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dd-account-app .dd-office-photo-empty {
    width: 100%;
    height: 100%;
    color: #667093;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dd-account-app .dd-office-info {
    min-width: 0;
}

.dd-account-app .dd-office-badge-row {
    margin-bottom: 10px;
}

.dd-account-app .dd-office-info h3 {
    margin: 0 0 8px !important;
    color: #090b3f !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
}

.dd-account-app .dd-office-info p {
    margin: 0 !important;
    color: #667093 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.dd-account-app .dd-office-actions-main {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.dd-account-app .dd-office-actions-main .dd-account-outline-btn {
    min-height: 38px;
    padding: 8px 14px;
    border-color: #d8deee;
    color: #090b3f !important;
    font-size: 13px;
}

.dd-account-app .dd-office-hours {
    border-left: 1px solid #e3e7f2;
    padding-left: 24px;
}

.dd-account-app .dd-office-hours h4 {
    margin: 0 0 14px !important;
    color: #090b3f !important;
    font-size: 16px !important;
    font-weight: 900 !important;
}

.dd-account-app .dd-office-hours-list {
    display: grid;
    gap: 10px;
}

.dd-account-app .dd-office-hours-list div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
}

.dd-account-app .dd-office-hours-list span {
    color: #667093;
    font-size: 13px;
    font-weight: 600;
}

.dd-account-app .dd-office-hours-list strong {
    color: #090b3f;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.dd-account-app .dd-office-actions-panel {
    border-left: 1px solid #e3e7f2;
    padding-left: 24px;
    display: grid;
    gap: 10px;
    align-content: start;
}

.dd-account-app .dd-office-active {
    display: inline-flex;
    align-items: center;
    color: #27854d;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 4px;
}

.dd-account-app .dd-office-active::before {
    content: "✓";
    margin-right: 7px;
}

.dd-account-app .dd-office-actions-panel .dd-account-outline-btn {
    width: 100%;
    min-height: 38px;
    padding: 8px 12px;
    border-color: #d8deee;
    color: #090b3f !important;
    font-size: 13px;
}

.dd-account-app .dd-office-actions-panel .dd-account-outline-btn:hover,
.dd-account-app .dd-office-actions-main .dd-account-outline-btn:hover {
    border-color: #f47b20;
    color: #e87527 !important;
    background: #fff7f0;
}

.dd-account-app .dd-office-tip-wide {
    background: #fffaf6;
    border-color: #ffd7b9;
}

@media (max-width: 1280px) {
    .dd-account-app .dd-office-card {
        grid-template-columns: 160px minmax(0, 1fr);
    }

    .dd-account-app .dd-office-hours,
    .dd-account-app .dd-office-actions-panel {
        border-left: 0;
        padding-left: 0;
        padding-top: 18px;
        border-top: 1px solid #e3e7f2;
    }

    .dd-account-app .dd-office-photo {
        width: 160px;
    }

    .dd-account-app .dd-office-actions-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dd-account-app .dd-office-active {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .dd-account-app .dd-office-card {
        grid-template-columns: 1fr;
    }

    .dd-account-app .dd-office-photo {
        width: 100%;
        max-width: 220px;
    }

    .dd-account-app .dd-office-actions-panel,
    .dd-account-app .dd-office-actions-main {
        grid-template-columns: 1fr;
    }
}