.lindskov-mobile-cards {
    display: none;
}

@media (max-width: 767px) {
    .lindskov-mobile-table-wrapper,
    .datatable.lindskov-mobile-source-table,
    .lindskov-mobile-swipe-hint {
        display: none !important;
    }

    .lindskov-mobile-cards {
        display: block;
        margin: 18px 0 0;
    }

    .lindskov-mobile-card {
        background: #fff;
        border: 1px solid #e2e2e2;
        border-radius: 8px;
        margin: 0 0 16px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,.06);
    }

    .lindskov-mobile-card.hidden {
        display: none !important;
    }

    .lindskov-mobile-card-main {
        padding: 18px;
    }

    .lindskov-mobile-card-top {
        display: flex;
        justify-content: space-between;
        gap: 14px;
        align-items: flex-start;
    }

    .lindskov-mobile-number {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700;
        color: #111;
    }

    .lindskov-mobile-address {
        margin-top: 5px;
        font-size: 14px;
        color: #555;
    }

    .lindskov-mobile-status {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        font-size: 13px;
        font-weight: 700;
        white-space: nowrap;
    }

    .lindskov-mobile-status i {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 50%;
        background: currentColor;
    }

    .lindskov-mobile-status.status-ledig,
    .lindskov-mobile-status.status-available {
        color: #427054;
    }

    .lindskov-mobile-facts {
        display: flex;
        flex-wrap: wrap;
        gap: 7px 12px;
        margin: 17px 0;
        padding-bottom: 16px;
        border-bottom: 1px solid #e5e5e5;
        font-size: 14px;
    }

    .lindskov-mobile-fact:not(:last-child)::after {
        content: '•';
        margin-left: 12px;
        color: #999;
    }

    .lindskov-mobile-price-block > span {
        display: block;
        font-size: 12px;
        color: #666;
        margin-bottom: 3px;
    }

    .lindskov-mobile-price-block > strong {
        display: block;
        font-size: 24px;
        line-height: 1.2;
        color: #111;
    }

    .lindskov-mobile-movein {
        border-top: 1px solid #e5e5e5;
        margin-top: 16px;
        padding-top: 16px;
        font-size: 14px;
    }

    .lindskov-mobile-plan {
        display: block;
        width: 100%;
        padding: 11px 14px;
        border: 1px solid #427054;
        border-radius: 4px;
        color: #427054 !important;
        text-align: center;
        font-weight: 700;
        text-decoration: none !important;
        box-sizing: border-box;
    }

    .lindskov-mobile-toggle {
        width: 100%;
        border: 0;
        border-top: 1px solid #e2e2e2;
        background: #f7f7f7;
        padding: 14px 18px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font: inherit;
        font-size: 14px;
        font-weight: 700;
        color: #111;
        cursor: pointer;
    }

    .lindskov-mobile-toggle b {
        font-size: 20px;
        line-height: 1;
        font-weight: 400;
    }

    .lindskov-mobile-details {
        background: #f7f7f7;
        padding: 0 18px 10px;
    }

    .lindskov-mobile-detail {
        display: flex;
        justify-content: space-between;
        gap: 14px;
        padding: 10px 0;
        border-top: 1px solid #ddd;
        font-size: 13px;
    }

    .lindskov-mobile-detail > span {
        color: #555;
    }

    .lindskov-mobile-detail > strong {
        text-align: right;
        color: #111;
    }
.lindskov-mobile-actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.lindskov-mobile-actions > a {
    flex: 1;
    min-width: 0;
    min-height: 54px;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;

    border-radius: 5px;
}

.lindskov-mobile-plan {
    background: #fff;
    border: 1.5px solid #397a54;
    color: #397a54 !important;
}

.lindskov-mobile-apartment-link {
    background: #007b3e;
    border: 1.5px solid #007b3e;
    color: #fff !important;
}

.lindskov-mobile-plan:hover {
    background: #f4f8f5;
    color: #397a54 !important;
}

.lindskov-mobile-apartment-link:hover {
    background: #006633;
    color: #fff !important;
}

}
