.card-header {
    border-bottom: none !important;
    border-top: none !important;
    padding-left: 35px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
}

.card-header span {
    border-top: 1px solid #E2E8EE;
    display: block;
    margin-right: 20px;
    padding-top: 30px;
}

.order-read__breadcrumb .breadcrumb {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.order-read__card,
.order-read__aside-card {
    border: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #fff;
    border-radius: 20px;
    /* box-shadow: rgba(0, 0, 0, 0.075) 0px 0px 10px 5px !important;     */
}

.order-read__card--services {
    background: transparent;
    border-radius: 0;
    gap: 0;
}

.order-read__card--services .card-body {
    padding: 0;
}

.order-read__aside-card--sticky {
    position: sticky;
    top: 24px;
    z-index: 1;
}

.order-read__aside-card .card-body {
    padding: 24px;
}

.order-read__aside-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.order-read__aside-top {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.order-read__aside-divider {
    height: 1px;
    background: #e6edf6;
}

.order-read__aside-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 7px;
}

.order-read__aside-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.order-read__aside-label {
    font-size: 14px;
    color: #6c7a92;
    width: 100%;
    flex: 0 0 100%;
}

.order-read__aside-values {
    margin-top: -12px;
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    text-align: right;
    width: 100%;
    justify-content: flex-start;
}

.order-read__aside-percent {
    font-size: 14px;
    color: #6c7a92;
}

.order-read__aside-amount {
    font-weight: 600;
    color: #0a1f44;
}

.order-read__aside-action,
.order-read__aside-expert-btn {
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 600;
}

.order-read__aside-action.btn-primary {
    box-shadow: 0 10px 20px rgba(13, 110, 253, 0.18);
}

.order-read__aside-expert-btn.btn-outline-primary {
    background: #eaf2ff;
    border-color: #cfe0ff;
    color: #0d6efd;
}

.order-read__aside-help {
    font-size: 14px;
    color: #6c7a92;
}

.order-read__aside-card .order-read__price {
    font-size: 21px;
    line-height: 1.2;
}

.order-read__countdown-value--ended {
    font-size: 18px;
    font-weight: 600;
    color: #0a1f44;
}

.order-read__title {
    font-size: 28px;
    line-height: 130%;
    color: #000000;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.order-read__meta {
    font-size: 0.95rem;
    padding-top: 15px;
    padding-bottom: 15px;
}

.order-read__meta .icon {
    font-size: 0.9rem;
    margin-right: 6px;
    color: #67BF0D;
}

.order-read__meta .icon.is-mirrored {
    display: inline-block;
    transform: scaleX(-1);
}

.order-read__region, .order-read__region a {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #516A8E;
}

.order-read__badge {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding-left: 0;
}

.order-read__admin-actions a {
    color: #6c7a92;
    text-decoration: none;
}

.order-read__admin-actions a:hover {
    color: #0d6efd;
}

.order-read__price {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}

.order-read__price span {
    font-size: 1rem;
    font-weight: 500;
    color: #6c7a92;
}

.order-read__placing-way {
    font-weight: 600;
    font-size: 1rem;
}

.order-read__icon-btn {
    width: 38px;
    height: 38px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.order-read__icon-btn .icon {
    font-size: 24px;
    font-weight: 600;
    color: #7A7A7A;
}

.order-read__icon-btn.is-active .icon{
    color: #EDAB56;
}

.order-read__countdown-value {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0a1f44;
}

.order-read__table th {
    width: 29%;
    padding-left: 35px;
    vertical-align: top;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #7A7A7A;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.order-read__table tr {
    border-color: transparent;
}

.order-read__table {
    font-size: 15px !important;
}
.order-read__table td {
    padding-right: 30px;
}

.order-read__callout {
    background: #f8faff;
    border: 1px solid #e2ebff;
    border-radius: 16px;
    padding: 1.25rem;
}

.order-read__callout .icon {
    font-size: 1.2rem;
}

.order-read__login-callout {
    background: #f1f6ff;
    border-color: #dfe9f8;
    padding: 24px 0 24px 24px;
    margin-bottom: 30px;
}

.order-read__login-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.order-read__login-content {
    flex: 1 1 auto;
    min-width: 0;
}

.order-read__login-title {
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #002748;
}

.order-read__login-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: 16px;
    align-items: end;
}

.order-read__login-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.order-read__login-label {
    font-size: 13px;
    color: #6c7a92;
}

.order-read__login-input {
    height: 44px;
    border-radius: 10px;
    border: 1px solid #dfe7f3;
    background: #fff;
    padding: 10px 12px;
}

.order-read__login-btn {
    height: 44px;
    padding: 0 28px;
    border-radius: 999px;
    font-weight: 600;
}

.order-read__login-footer {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.order-read__login-footer-text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #002748;
}

.order-read__login-register {
    border-radius: 999px;
    padding: 10px 20px;
    background: #0d6efd;
    color: #fff;
    font-weight: 600;
}

.order-read__login-register:hover {
    color: #fff;
}

.order-read__login-image {
    flex: 0 0 150px;
    display: flex;
    justify-content: flex-end;
}

.order-read__login-image img {
    width: 140px;
    max-width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    .order-read__login-callout {
        padding-right: 24px;
    }

    .order-read__login-content {
        padding-right: 0;
    }

    .order-read__login-grid {
        flex-direction: column;
        align-items: flex-start;
    }

    .order-read__login-form {
        grid-template-columns: 1fr;
    }

    .order-read__login-submit,
    .order-read__login-btn,
    .order-read__login-register {
        width: 100%;
    }

    .order-read__login-image {
        align-self: flex-end;
    }
}

.order-read__access {
    padding: 24px;
    padding-bottom: 30px;
}

.order-read__access-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.order-read__access-divider::before,
.order-read__access-divider::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: #E2E8EE;
}

.order-read__access-lock {
    width: 30px;
    height: 30px;
    background: #ffffff;
    color: #E2E8EE;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-left: 10px;
}

.order-read__access-lock .icon {
    font-size: 24px;
    transform: scaleX(1.2);
    transform-origin: center;
}

.order-read__access-title {
    margin-bottom: 25px;
    font-style: normal;
    font-size: 20px;
    line-height: 23px;
    color: #516A8E;
    margin-top: 30px;
}

.order-read__access-grid {
    display: grid;
    grid-template-columns: 4fr 6fr;
    gap: 16px;
}

.order-read__access-card {
    background: #ffffff;
    border: 1px solid #e6edf6;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.order-read__access-card--single {
    background: #E6F1FC;
    border-color: #d9e7ff;
}
.order-read__access-card--full {
    box-shadow: 0px 4px 40px rgba(0, 105, 227, 0.2);
    border-radius: 10px;
}

.order-read__access-action {
    margin-top: auto;
    align-self: flex-start;
    width: auto;
}

.order-read__access-btn {
    align-self: flex-start;
    width: auto;
}

.order-read__access-card-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #002748;
}

.order-read__access-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #4d5f7a;
}

.order-read__access-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #516A8E;
}

.order-read__access-check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0d6efd;
    position: relative;
    flex: 0 0 18px;
    margin-top: 2px;
}

.order-read__access-check::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: 2px solid #ffffff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
    margin-left: 1px;
}

.order-read__access-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
}

.order-read__access-feature--full {
    grid-column: 1 / -1;
}

.order-read__access-feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #4d5f7a;
}

.order-read__access-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #eaf2ff;
    color: #0d6efd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
}

.order-read__access-icon img {
    height: 22px;
    display: block;
}


@media (max-width: 991.98px) {
    .order-read__access-grid {
        grid-template-columns: 1fr;
    }

    .order-read__access-features {
        grid-template-columns: 1fr;
    }
}

.order-read__docs {
    margin-bottom: 25px;
}

.order-read__docs a {
    word-break: break-word;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #0069E3;
}

.order-read__docs>.list-group-item{
    padding-left: 5px;
    border-bottom: none !important;
}

.order-read__similar-list {
    display: grid;
    gap: 12px;
}

.order-read__similar-item {
    --similar-color: #e6edf6;
    border: 1px solid #e6edf6;
    border-left: 4px solid var(--similar-color);
    border-radius: 14px;
    padding: 14px 16px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.order-read__similar-item:hover {
    border-color: #cfe0ff;
    box-shadow: 0 10px 24px rgba(10, 31, 68, 0.08);
    transform: translateY(-1px);
}

.order-read__similar-main {
    min-width: 0;
}

.order-read__similar-title {
    font-weight: 600;
    color: #0a1f44;
    line-height: 1.35;
}

.order-read__similar-meta {
    margin-top: 6px;
}

.order-read__similar-price {
    font-weight: 600;
    color: #0a1f44;
    white-space: nowrap;
    font-size: 15px;
}

.order-read__services-grid {
    display: grid;
    gap: 16px;
}

.order-read__services-item--wide {
    grid-column: 1 / -1;
}

.order-read__hero-card.common-hero-card {
    display: flex;
    flex-direction: column;
    min-height: 200px;
    padding: 24px;
    border-radius: 24px;
    --hero-head-width: 62%;
    --hero-title-width: 110%;
    --hero-image-width: min(260px, 48%);
}

.order-read__hero-card--wide.common-hero-card {
    min-height: 240px;
    padding: 28px;
    --hero-head-width: 60%;
    --hero-title-width: 120%;
    --hero-image-width: min(320px, 50%);
}

.order-read__hero-card--compact.common-hero-card {
    min-height: 180px;
    --hero-head-width: 70%;
    --hero-title-width: 100%;
    --hero-image-width: min(220px, 48%);
}

.order-read__hero-card .common-hero-card__head {
    position: relative;
    z-index: 3;
}

.order-read__hero-card .common-hero-card__title {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.order-read__hero-card--wide .common-hero-card__title {
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 14px;
}

.order-read__hero-card--compact .common-hero-card__title {
    font-size: 22px;
}

.order-read__hero-card .common-hero-card__text {
    font-size: 15px;
    margin-bottom: 0;
}

.order-read__hero-btn {
    margin-top: auto;
    align-self: flex-start;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #0053ce;
    background: #fff;
    border: 1px solid rgba(0, 83, 206, 0.15);
    box-shadow: 0 8px 18px rgba(0, 83, 206, 0.15);
    position: relative;
    z-index: 3;
}

.order-read__hero-btn:hover {
    color: #0044a8;
}

.order-read__services-more {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.order-read__services-more a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 20px 30px;
    border-radius: 999px;
    background: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    color: #0069E3;
}

.order-read__services-more a:hover {
    color: #0044a8;
}

@media (min-width: 768px) {
    .order-read__services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .order-read__admin-actions {
        width: 100%;
        margin-top: 0.5rem;
    }
}
