.ib-footer {
    padding-left: 89px;
    padding-right: 89px;
    padding-top: 40px;
    padding-bottom: 38px;
    display: flex;
    flex-direction: column;
    gap: 23px;
    position: relative;
}

.ib-footer .bottom-color {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: var(--wp--preset--color--acid-green);
}

.ib-footer .footer-row {
    display: flex;
    gap: 25px;
}

.ib-footer .footer-row a {
    text-decoration: none;
    color: var(--wp--preset--color--dark-green);
}

.ib-footer .footer-row .title {
    border-bottom: 1px solid var(--wp--preset--color--green-black);
    color: var(--wp--preset--color--green-black);
    font-weight: 400;
    font-size: 98px;
    line-height: 100%;
    font-family: var(--wp--preset--font-family--pp-telegraf);
}

.ib-footer .footer-row .title p {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.ib-footer .footer-row.newsletter-row {
    border-bottom: 1px solid var(--wp--preset--color--dark-gray);
    padding-bottom: 16px;
    justify-content: space-between;
}

.ib-footer .footer-row.newsletter-row .footer-col.links {
    max-width: 560px;
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.ib-footer .footer-row.newsletter-row .footer-col.links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ib-footer .footer-row.newsletter-row .footer-col.links ul li {
    margin-bottom: 15px;
}

.ib-footer .footer-row.newsletter-row .footer-col.links .links-col {
    flex: 1;
}

.ib-footer .footer-row.copyright {
    justify-content: space-between;
}

.ib-footer .footer-row.copyright p {
    margin: 0;
    padding: 0;
}

.ib-footer .footer-row .newsletter {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ib-footer .footer-row .newsletter .newsletter-title {
    font-size: 24px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 100%;
}

.ib-footer .footer-row .newsletter .checkbox-wrapper {
    display: flex;
    gap: 8px;
}

.ib-footer .footer-row .newsletter input[type="checkbox"] {
    color: #05090E;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid var(--wp--preset--color--primary-black);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    outline: none;
    transition: border 0.2s ease-in-out;
    background-color: white;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
}

.ib-footer .footer-row .newsletter input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 14px;
    height: 14px;
    background-color: var(--wp--preset--color--acid-green);
    border-radius: 50%;
}

.ib-footer .footer-row .newsletter a {
    color: #05090E;
}

.ib-footer .footer-row .newsletter input {
    border: 1px solid;
    color: var(--wp--preset--color--green-black);
    border-radius: 100px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 100%;
    font-family: var(--wp--preset--font-family--manrope);
}

.ib-footer .footer-row .newsletter input:focus {
    outline: none;
    box-shadow: none;
}

.ib-footer .footer-row .newsletter input::placeholder {
    color: var(--wp--preset--color--dark-gray);
}



.ib-footer .footer-row .footer-links .links-column {
    /* Placeholder   additional styles */
}

/* Responsive */
@media screen and (max-width: 800px) {
    .ib-footer {
        padding-left: 17px;
        padding-right: 17px;
    }

    .ib-footer .footer-row.copyright {
        justify-content: flex-start;
        gap: 10px;
    }
}
