.mkik-rent-page {
    background:
        linear-gradient(180deg, #fff7f3 0, #ffffff 180px),
        #ffffff;
    padding-bottom: 72px;
}

.mkik-rent-hero {
    padding: 48px 0 34px;
}

.mkik-rent-hero__inner {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 88% 22%, rgba(255, 90, 31, 0.08), transparent 32%),
        linear-gradient(135deg, #ffffff 0%, #ffffff 54%, #fff8f4 100%);
    box-shadow: 0 18px 50px rgba(20, 33, 61, 0.07);
}

.mkik-rent-hero__inner::before {
    content: "";
    position: absolute;
    left: -64px;
    top: 50%;
    width: 150px;
    height: 150px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.7;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150' viewBox='0 0 150 150' fill='none'%3E%3Cpath d='M30 28L72 75L30 122' stroke='%23F7B9A1' stroke-width='18' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M80 28L122 75L80 122' stroke='%23F7B9A1' stroke-width='18' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    pointer-events: none;
}

.mkik-rent-hero__inner::after {
    content: "";
    position: absolute;
    right: 54px;
    top: 42px;
    width: 220px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.35;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='160' viewBox='0 0 220 160' fill='none'%3E%3Cpath d='M48 34L90 80L48 126' stroke='%23F7B9A1' stroke-width='18' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M120 34L162 80L120 126' stroke='%23F7B9A1' stroke-width='18' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    pointer-events: none;
}

.mkik-rent-hero__content {
    position: relative;
    z-index: 2;
    max-width: 620px;
    padding: 64px 54px;
}

.mkik-rent-hero__label {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 90, 31, 0.24);
    border-radius: 999px;
    color: var(--mkik-orange);
    font-size: 14px;
    font-weight: 800;
}

.mkik-rent-hero h1 {
    max-width: 520px;
    margin: 0 0 20px;
    color: var(--mkik-dark);
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.03;
    letter-spacing: -0.045em;
    font-weight: 800;
}

.mkik-rent-hero p {
    max-width: 500px;
    margin: 0;
    color: #4c5872;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 500;
}

.mkik-rent-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.mkik-rent-features {
    padding: 0 0 30px;
}

.mkik-rent-features__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.mkik-rent-feature {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 16px;
    align-items: center;
    min-height: 104px;
    padding: 22px 24px;
    border: 1px solid rgba(232, 237, 244, 0.92);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(20, 33, 61, 0.04);
}

.mkik-rent-feature__icon {
    position: relative;
    width: 42px;
    height: 42px;
}

.mkik-rent-feature__icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mkik-rent-feature strong {
    display: block;
    margin-bottom: 4px;
    color: var(--mkik-dark);
    font-size: 17px;
    line-height: 1.25;
    font-weight: 800;
}

.mkik-rent-feature span {
    display: block;
    color: #59637c;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

.mkik-rent-feature__icon--building::before {
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 21V7L12 3L20 7V21' stroke='%23FF5A1F' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M9 21V13H15V21' stroke='%23FF5A1F' stroke-width='1.8'/%3E%3Cpath d='M8 9H8.01M12 9H12.01M16 9H16.01' stroke='%23FF5A1F' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mkik-rent-feature__icon--people::before {
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 21V19C17 16.7909 15.2091 15 13 15H7C4.79086 15 3 16.7909 3 19V21' stroke='%23FF5A1F' stroke-width='1.8' stroke-linecap='round'/%3E%3Ccircle cx='10' cy='7' r='4' stroke='%23FF5A1F' stroke-width='1.8'/%3E%3Cpath d='M21 21V19C21 17.1 19.7 15.5 18 15.1M16 3.1C17.7 3.5 19 5.1 19 7C19 8.9 17.7 10.5 16 10.9' stroke='%23FF5A1F' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mkik-rent-feature__icon--tech::before {
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18V5L21 3V16' stroke='%23FF5A1F' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='6' cy='18' r='3' stroke='%23FF5A1F' stroke-width='1.8'/%3E%3Ccircle cx='18' cy='16' r='3' stroke='%23FF5A1F' stroke-width='1.8'/%3E%3C/svg%3E");
}

.mkik-rent-feature__icon--calendar::before {
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2V5M17 2V5M3 9H21M5 5H19C20.1046 5 21 5.89543 21 7V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V7C3 5.89543 3 5.89543 5 5Z' stroke='%23FF5A1F' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mkik-rent-buildings {
    padding: 18px 0 0;
}

.mkik-rent-building {
    margin-bottom: 38px;
}

.mkik-rent-building__intro {
    margin-bottom: 18px;
}

.mkik-rent-building h2,
.mkik-rent-equipment h2,
.mkik-rent-steps h2 {
    margin: 0 0 10px;
    color: var(--mkik-dark);
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.mkik-rent-building__address {
    position: relative;
    margin: 0;
    padding-left: 24px;
    color: #59637c;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
}

.mkik-rent-building__address::before {
    content: "⌖";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--mkik-orange);
}

.mkik-rent-table-wrap {
    overflow: hidden;
    border: 1px solid rgba(232, 237, 244, 0.92);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(20, 33, 61, 0.04);
}

.mkik-rent-table {
    width: 100%;
    border-collapse: collapse;
}

.mkik-rent-table th,
.mkik-rent-table td {
    padding: 18px 22px;
    border-bottom: 1px solid rgba(232, 237, 244, 0.92);
    text-align: left;
    vertical-align: top;
}

.mkik-rent-table tr:last-child td {
    border-bottom: 0;
}

.mkik-rent-table th {
    color: var(--mkik-dark);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 800;
    background: #fffaf7;
}

.mkik-rent-table td {
    color: #25304f;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
}

.mkik-rent-table td strong {
    color: var(--mkik-dark);
    font-weight: 800;
}

.mkik-rent-table td span {
    display: block;
    margin-top: 3px;
    color: #6f7890;
    font-size: 13px;
    font-weight: 700;
}

.mkik-rent-table td:last-child strong {
    color: var(--mkik-orange);
    white-space: nowrap;
}

.mkik-rent-equipment {
    padding: 18px 0 28px;
}

.mkik-rent-equipment__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin-top: 20px;
}

.mkik-rent-equipment-card {
    display: grid;
    grid-template-columns: 52px 1fr auto;
    gap: 20px;
    align-items: center;
    min-height: 96px;
    padding: 24px 28px;
    border: 1px solid rgba(232, 237, 244, 0.92);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(20, 33, 61, 0.04);
}

.mkik-rent-equipment-card__icon {
    position: relative;
    width: 44px;
    height: 44px;
}

.mkik-rent-equipment-card__icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mkik-rent-equipment-card__icon--mic::before {
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 14C13.6569 14 15 12.6569 15 11V5C15 3.34315 13.6569 2 12 2C10.3431 2 9 3.34315 9 5V11C9 12.6569 10.3431 14 12 14Z' stroke='%23FF5A1F' stroke-width='1.9'/%3E%3Cpath d='M5 10V11C5 14.866 8.13401 18 12 18M19 10V11C19 14.866 15.866 18 12 18M12 18V22M8 22H16' stroke='%23FF5A1F' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mkik-rent-equipment-card__icon--screen::before {
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='4' width='18' height='12' rx='2' stroke='%23FF5A1F' stroke-width='1.9'/%3E%3Cpath d='M8 21H16M12 16V21' stroke='%23FF5A1F' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mkik-rent-equipment-card strong {
    display: block;
    color: var(--mkik-dark);
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
}

.mkik-rent-equipment-card span {
    display: block;
    margin-top: 4px;
    color: #59637c;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

.mkik-rent-equipment-card__price {
    color: var(--mkik-dark);
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
}

.mkik-rent-steps {
    padding: 28px 0;
}

.mkik-rent-steps__inner {
    position: relative;
    overflow: hidden;
    padding: 38px 42px;
    border-radius: 18px;
    background:
        linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 58%, rgba(255, 255, 255, 0.58) 100%),
        #fff7f3;
    border: 1px solid rgba(232, 237, 244, 0.92);
}

.mkik-rent-steps__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 24px;
}

.mkik-rent-step {
    display: grid;
    grid-template-columns: 34px 1fr;
    column-gap: 18px;
    align-items: start;
}

.mkik-rent-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--mkik-orange);
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
}

.mkik-rent-step strong {
    display: block;
    margin-top: 2px;
    color: var(--mkik-dark);
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
}

.mkik-rent-step p {
    grid-column: 2;
    margin: 7px 0 0;
    color: #4c5872;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 500;
}

/* ================================
   Booking form / Contact Form 7
================================ */

.mkik-rent-form-section {
    padding: 56px 0 0;
}

.mkik-rent-form-section .wpcf7,
.mkik-rent-form-section .wpcf7 form {
    margin: 0;
}

.mkik-booking-form {
    overflow: hidden;
    border: 1px solid rgba(232, 237, 244, 0.96);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(20, 33, 61, 0.08);
}

.mkik-booking-form__head {
    position: relative;
    padding: 42px 46px 34px;
    background:
        radial-gradient(circle at 90% 20%, rgba(255, 90, 31, 0.11), transparent 32%),
        linear-gradient(135deg, #ffffff 0%, #fff8f4 100%);
    border-bottom: 1px solid rgba(232, 237, 244, 0.96);
}

.mkik-booking-form__label {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 90, 31, 0.1);
    color: var(--mkik-orange);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
}

.mkik-booking-form__head h2 {
    margin: 0 0 12px;
    color: var(--mkik-dark);
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.12;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.mkik-booking-form__head p {
    max-width: 680px;
    margin: 0;
    color: #59637c;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 600;
}

.mkik-booking-form__body {
    padding: 34px 38px 38px;
}

.mkik-booking-form__section {
    padding: 0 0 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(232, 237, 244, 0.96);
}

.mkik-booking-form__section:last-of-type {
    margin-bottom: 0;
}

.mkik-booking-form__section-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.mkik-booking-form__section-head span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--mkik-orange);
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
}

.mkik-booking-form__section-head h3 {
    margin: 0;
    color: var(--mkik-dark);
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    font-weight: 800;
}

.mkik-booking-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
}

.mkik-booking-form__field {
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
}

.mkik-booking-form__field--full {
    grid-column: 1 / -1;
}

.mkik-booking-form__field label {
    display: block;
    margin: 0 0 8px;
    color: var(--mkik-dark);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
}

.mkik-booking-form__field small {
    display: block;
    margin-top: 7px;
    color: #7a8498;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
}

.mkik-booking-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.mkik-booking-form input[type="text"],
.mkik-booking-form input[type="email"],
.mkik-booking-form input[type="tel"],
.mkik-booking-form input[type="number"],
.mkik-booking-form input[type="date"],
.mkik-booking-form input[type="file"],
.mkik-booking-form select,
.mkik-booking-form textarea {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 13px 15px;
    border: 1px solid #d8deea;
    border-radius: 12px;
    background: #ffffff;
    color: var(--mkik-dark);
    font-family: inherit;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    outline: none;
    box-sizing: border-box;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.mkik-booking-form textarea {
    min-height: 120px;
    resize: vertical;
}

.mkik-booking-form input::placeholder,
.mkik-booking-form textarea::placeholder {
    color: #8a94a8;
    opacity: 1;
}

.mkik-booking-form input:focus,
.mkik-booking-form select:focus,
.mkik-booking-form textarea:focus {
    border-color: rgba(255, 90, 31, 0.55);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 90, 31, 0.09);
}

.mkik-booking-form select {
    cursor: pointer;
}

.mkik-booking-form input[type="file"] {
    padding: 11px 14px;
    background: #fffaf7;
    cursor: pointer;
}

.mkik-booking-form__time {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.mkik-booking-form .wpcf7-checkbox {
    display: grid;
    gap: 10px;
    padding: 15px;
    border: 1px solid #d8deea;
    border-radius: 12px;
    background: #fffaf7;
}

.mkik-booking-form .wpcf7-list-item {
    display: block;
    margin: 0;
}

.mkik-booking-form .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #4c5872;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 650;
    cursor: pointer;
}

.mkik-booking-form input[type="checkbox"] {
    width: 17px;
    height: 17px;
    min-height: auto;
    padding: 0;
    accent-color: var(--mkik-orange);
    cursor: pointer;
}

.mkik-booking-form__submit {
    display: flex;
    justify-content: center;
    padding: 6px 0 0;
}

.mkik-booking-form input[type="submit"],
.mkik-booking-form .wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    min-height: 56px;
    padding: 15px 34px;
    border: 0;
    border-radius: 12px;
    background: var(--mkik-orange);
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(255, 90, 31, 0.24);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        opacity 0.2s ease;
}

.mkik-booking-form input[type="submit"]:hover,
.mkik-booking-form .wpcf7-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 42px rgba(255, 90, 31, 0.3);
}

.mkik-booking-form input[type="submit"]:active,
.mkik-booking-form .wpcf7-submit:active {
    transform: translateY(0);
}

.mkik-booking-form .wpcf7-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
}

.mkik-booking-form .wpcf7-spinner {
    display: block;
    margin: 14px auto 0;
}

.mkik-booking-form .wpcf7-not-valid {
    border-color: #c62828 !important;
    background: #fffafa !important;
}

.mkik-booking-form .wpcf7-not-valid-tip {
    margin-top: 7px;
    color: #c62828;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
}

.mkik-booking-form .wpcf7-response-output {
    margin: 24px 0 0 !important;
    padding: 15px 18px !important;
    border-width: 1px !important;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
}

.mkik-booking-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: rgba(22, 138, 58, 0.25) !important;
    background: rgba(22, 138, 58, 0.08);
    color: #168a3a;
}

.mkik-booking-form .wpcf7 form.invalid .wpcf7-response-output,
.mkik-booking-form .wpcf7 form.unaccepted .wpcf7-response-output,
.mkik-booking-form .wpcf7 form.payment-required .wpcf7-response-output,
.mkik-booking-form .wpcf7 form.failed .wpcf7-response-output,
.mkik-booking-form .wpcf7 form.aborted .wpcf7-response-output {
    border-color: rgba(198, 40, 40, 0.25) !important;
    background: rgba(198, 40, 40, 0.08);
    color: #c62828;
}

.mkik-booking-form p {
    margin: 0;
}

.mkik-booking-form br {
    display: none;
}

/* Editable rent content */

.mkik-rent-editable-content {
    display: grid;
    gap: 18px;
}

.mkik-rent-editable-content > *:first-child {
    margin-top: 0;
}

.mkik-rent-editable-content h2 {
    margin: 26px 0 0;
    color: var(--mkik-dark);
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.mkik-rent-editable-content h2:first-child {
    margin-top: 0;
}

.mkik-rent-editable-content p {
    margin: 0;
    color: #59637c;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
}

.mkik-rent-editable-content .wp-block-table {
    overflow: hidden;
    margin: 4px 0 32px;
    border: 1px solid rgba(232, 237, 244, 0.92);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(20, 33, 61, 0.04);
}

.mkik-rent-editable-content .wp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.mkik-rent-editable-content .wp-block-table th,
.mkik-rent-editable-content .wp-block-table td {
    padding: 18px 22px;
    border: 0;
    border-right: 1px solid rgba(232, 237, 244, 0.92);
    border-bottom: 1px solid rgba(232, 237, 244, 0.92);
    text-align: left;
    vertical-align: top;
}

.mkik-rent-editable-content .wp-block-table th:last-child,
.mkik-rent-editable-content .wp-block-table td:last-child {
    border-right: 0;
}

.mkik-rent-editable-content .wp-block-table tbody tr:last-child td {
    border-bottom: 0;
}

.mkik-rent-editable-content .wp-block-table th {
    color: var(--mkik-dark);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 800;
    background: #fffaf7;
}

.mkik-rent-editable-content .wp-block-table td {
    color: #25304f;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
}

.mkik-rent-editable-content .wp-block-table td strong {
    color: var(--mkik-dark);
    font-weight: 800;
}

.mkik-rent-editable-content .wp-block-table td small {
    display: block;
    margin-top: 3px;
    color: #6f7890;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
}

.mkik-rent-editable-content .wp-block-table td:last-child strong {
    color: var(--mkik-orange);
    white-space: nowrap;
}

/* Tablet */

@media (max-width: 1100px) {
    .mkik-rent-hero__content {
        padding: 46px 34px;
    }

    .mkik-rent-features__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */

@media (max-width: 760px) {
    .mkik-rent-page {
        padding-bottom: 48px;
    }

    .mkik-rent-hero {
        padding-top: 30px;
    }

    .mkik-rent-hero__inner {
        min-height: auto;
    }

    .mkik-rent-hero h1 {
        font-size: 40px;
    }

    .mkik-rent-hero__actions {
        flex-direction: column;
    }

    .mkik-rent-features__grid,
    .mkik-rent-equipment__grid,
    .mkik-rent-steps__grid {
        grid-template-columns: 1fr;
    }

    .mkik-rent-table-wrap {
        overflow-x: auto;
    }

    .mkik-rent-table {
        min-width: 720px;
    }

    .mkik-rent-equipment-card {
        grid-template-columns: 44px 1fr;
    }

    .mkik-rent-equipment-card__price {
        grid-column: 2;
        font-size: 28px;
    }

    .mkik-rent-steps__inner {
        padding: 30px 24px;
    }

    .mkik-rent-form-section {
        padding: 40px 0 0;
    }

    .mkik-booking-form {
        border-radius: 18px;
    }

    .mkik-booking-form__head {
        padding: 30px 22px 24px;
    }

    .mkik-booking-form__head h2 {
        font-size: 28px;
    }

    .mkik-booking-form__head p {
        font-size: 14px;
    }

    .mkik-booking-form__body {
        padding: 26px 18px 28px;
    }

    .mkik-booking-form__section {
        padding-bottom: 26px;
        margin-bottom: 26px;
    }

    .mkik-booking-form__section-head h3 {
        font-size: 20px;
    }

    .mkik-booking-form__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mkik-booking-form__time {
        grid-template-columns: 1fr;
    }

    .mkik-booking-form input[type="submit"],
    .mkik-booking-form .wpcf7-submit {
        width: 100%;
        min-width: 0;
    }

    .mkik-rent-editable-content .wp-block-table {
        overflow-x: auto;
    }

    .mkik-rent-editable-content .wp-block-table table {
        min-width: 720px;
    }

    .mkik-rent-editable-content h2 {
        font-size: 26px;
    }
}