.instructions-list {
    align-items: stretch;
    padding-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.instructions__img {
    width: 100%;
    padding-bottom: 25px;
}

.instruction-list-item {
    width: 100%;
    padding: 20px;
    border: 1px solid var(--light-grey);
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.instruction-list-item.active {
    box-shadow: rgba(27, 30, 37, 0.16) 0px 0px 8px;
    z-index: 1;
    border-color: transparent;
}

.instruction-list-item-link {
    text-decoration: none;
    color: var(--black);
    text-align: center;
}

.instructions-list {
    border-bottom: 1px solid var(--black);
}

.instructions-content {
    margin-top: 30px;
}

.instructions-content-img {
    max-width: 495px;
    padding-bottom: 30px;
}

.instructions-content-item {
    padding-bottom: 30px;
}

.instruction-title {
    background-color: var(--dark-grey);
    color: var(--white);
    padding: 7px;
    font-weight: bold;
    font-family: "Geologica-SemiBold";
}

.instruction-bordered {
    font-weight: bold;
    border: 2px solid #000;
    padding: 7px;
    min-width: 150px;
    max-width: 366px;
    width: max-content;
}

.instructions-content-item > ul {
    padding-left: 25px;
    margin: 0;
}

@media screen {
    .instruction-list-item:hover {
        box-shadow: rgba(27, 30, 37, 0.16) 0px 8px 32px;
        z-index: 1;
        border-color: transparent;
    }
}

@media (max-width: 810px) {
    .instructions-list {
        flex-wrap: wrap;
    }
}

@media (max-width: 515px) {
    .instructions-content-img {
        max-width: 100%;
    }
}

@media (max-width: 472px) {
    .instruction-list-item {
        max-width: 100%;
    }
}

.accordion-wrapper {
    font-family: sans-serif;
    max-width: 100%;
    margin: 25px 0;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px;
    background-color: #f9f9f9;
}

.accordion-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 5px 10px;
    user-select: none;
    transition: background 0.3s;
    border-radius: 4px;
}

.accordion-trigger:hover {
    background-color: #f0f0f0;
}

.trigger-left {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .trigger-left {
        align-items: flex-start;
    }
}

.accordion-icon {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    fill: #2b2a29;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .accordion-icon {
        width: 22px;
        height: auto;
        padding-top: 2px;
    }
}

.accordion-trigger span {
    font-weight: 600;
    font-size: 16px;
    color: #2b2a29;
}

.arrow-icon {
    width: 24px;
    height: 24px;
    fill: #888;
    transition: transform 0.4s ease;
    flex-shrink: 0;
}

.accordion-wrapper.active .arrow-icon {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, opacity 0.3s;
    opacity: 0;
}

.accordion-wrapper.active .accordion-content {
    max-height: -webkit-max-content;
    max-height: max-content;
    opacity: 1;
    margin-top: 15px;

    padding: 15px;
    padding-bottom: calc(15px + env(safe-area-inset-bottom));
}

.video-flex-container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.video-item {
    flex: 1;
    min-width: 280px;
    max-width: 680px;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 4px;
    overflow: hidden;
    background: #000;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.installation-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 30px 0;
    -webkit-overflow-scrolling: touch;
}

.installation-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
}

.installation-table th {
    text-align: left;
    padding: 16px 20px;
    font-weight: bold;
    font-size: 14px;
    color: #111111;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    vertical-align: bottom;
}

.installation-table thead tr {
    border-bottom: 2px solid #111111;
}

.installation-table td {
    padding: 20px;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: top;
    color: #3e3e3e;
}

.installation-table tbody tr:last-child td {
    border-bottom: 2px solid #111111;
}

.installation-table tbody tr td:first-child {
    font-weight: bold;
    color: #111111;
    width: 25%;
}

.installation-table tbody tr td:nth-child(2) {
    width: 30%;
}

.installation-table tbody tr td:nth-child(3) {
    width: 45%;
}

.installation-table tbody tr:hover {
    background-color: #f4f4f4;
}

.instructions-subtitle {
    font-size: 18px;
    margin: 50px 0 15px;
    line-height: 1.7;
}


.dl-type-1 {
    margin-bottom: 15px;
}

.dl-type-1 a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #000000 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
    padding: 10px;
    border: 1px solid #2b2a29;
}

.dl-type-1 a:hover {
    background-color: #2b2a29;
    color: #ffffff !important;
}

.dl-type-1 .pdf-icon {
    color: #1f1f1f;
    transition: color 0.25s ease-in-out, transform 0.2s ease-in-out;
}

.dl-type-1 a:hover .pdf-icon {
    color: #ffffff;
    transform: translateY(2px);
}

.icon-svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}