@font-face {
    font-family: "roboto-bold";
    src: url('../../assets/fonts/fonts/Roboto/Roboto-Bold.woff') format('woff'),
        url('../../assets/fonts/fonts/Roboto/Roboto-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "roboto-regular";
    src: url('../../assets/fonts/Roboto/Roboto-Regular.woff') format("woff"),
        url('../../assets/fonts/Roboto/Roboto-Regular.woff2') format("woff2");
    font-weight: 500;
    font-display: swap;
}

span#climate-click-popup_learn-more-dots {
    display: none;
}

.climate-click-button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    border: 1px solid #dadae5;
    border-radius: 3px;
    padding: 6px 13px !important;
    width: 100%;
    box-sizing: border-box;
    margin: 15px 0;
}

.climate-click-button__body {
    display: grid;
    flex: 1;
    margin-left: 20px;
    flex-grow: 1;
}

.climate-click-button__label {
    font-family: "roboto-regular";
    position: static;
}

.climate-click-button__surcharge {
    width: 100%;
    display: block;
    position: relative;
    top: -5px;
    color: #798490;
}

.climate-click-button__checkbox-input {
    width: 18px;
    height: 18px;
}

.climate-click-button__content.climate-click-popup {
    display: none;
}

.climate-click-button__content.climate-click-popup.open {
    display: block;
}

.climate-click-button__content--hide-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
}

.climate-click-button__tooltip {
    background: transparent;
    border: 0;
    box-shadow: none;
    text-decoration: none;
    position: relative;
}

.climate-click-button__tooltip svg {
    padding-left: 6px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}

.climate-click-button__content {
    position: absolute;
    transform: revert;

}

.climate-click__content.contents {
    position: absolute;
    transform: translate(-50%, -105%);
    left: -67px;
    right: auto;
    top: -17px;
    background: #fff;
    padding: 0 30px;
    width: 456px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid grey;
    border-radius: 12px;
    padding: 15px 30px;
    z-index: 9;
}

.climate-click-button__content--popup-compensate {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-bottom: 0;
}

.climate-click-button__content--popup-image {
    width: 10%;
    display: inline-block;
    text-align: center;
}

.climate-click-button__content--popup-text {
    color: #393939;
    width: 90%;
    padding-left: 20px;
}

.climate-click-button__content--popup-text p {
    font-family: "roboto-regular";
    font-size: 12px;
    line-height: 14.4px;
    margin-bottom: 0;
}

.climate-click-button__popup-projects--header {
    color: #0061FC;
    font-size: 12px;
    font-family: "roboto-bold";
    line-height: 14.06px;

}

.climate-click-button__popup-projects {
    font-size: 12px;
    display: none;
}

.climate-click-button__popup-projects--footer-left {
    width: 20%;
}

.climate-click-button__popup-projects--footer-right {
    width: 53%;
    margin-left: auto;
}

.climate-click-button__popup-projects--footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.climate-click-button__popup-projects--goals span {
    padding-bottom: 8px;
}

.climate-click-button__popup-projects--body-title {
    display: block;
    margin-bottom: 0px;
    font-size: 12px;
    font-family: "roboto-bold";
    line-height: 14.06px;
    margin-top: 10px;
    color: #3E3E3E;
}

.climate-click-button__popup-projects--body-description {
    margin-top: 0;
    font-family: "roboto-regular";
    color: #3E3E3E;
    font-size: 12px;
    line-height: 14.06px;
}

.climate-click-button__popup-projects--images {
    width: 40px;
    height: 40px;
    margin-top: 3px;
    margin-right: 5px;
    display: flex;
}

.climate-click-button__popup-projects--images img {
    width: auto;
    margin: 0 6px 0 0;
}

.climate-click-button__content--popup-text p {
    margin-top: 0;
}

.climate-click-button__popup-projects--standards span {
    margin-top: 2px;
    display: block;
}

.climate-click-button__popup-projects--registry span,
.climate-click-button__popup-projects--goals span,
.climate-click-button__popup-projects--standards {
    color: #3E3E3E;
    font-family: "roboto-regular";
    line-height: 11.72px;
    font-size: 10px;
    display: block;
}

.climate-click-button__popup-projects--registry b {
    line-height: 11.72px;
    font-size: 10px;
    font-family: "roboto-bold";
    color: #3E3E3E;
}

.climate-click-button__content--show-more {
    width: 100%;
    display: block;
    text-align: right;
    padding-top: 20px;
    color: #002DD1;
    text-decoration: none;
    font-family: "roboto-regular";
    font-size: 12px;
    line-height: 14.06px;
}

.climate-click-button__popup-projects--header {
    margin-top: 20px;
}

.climate-click-button__content--popup-text .climate-click-button__content--learn-more {
    color: #002DD1;
    text-decoration: none;
}

.climate-click-button__content .climate-click-button__content--learn-more.d-none {
    display: none;
}

.read-more-clicked:hover ~ .climate-click-button__tooltip > .climate-click-button__content,
.read-more-clicked:focus .climate-click-button__tooltip > .climate-click-button__content {
    display: block;
}

.popup-wrapper[data-state="visible"] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.climate-click-button__logo {
    width: 55px;
    height: 55px;
    margin-top: 3px;
    margin-right: 5px;
}

@media (min-width: 767px) {
    .climate-click-button__content--close-icon {
        display: none;
    }
}

@media (max-width: 767px) {
    .climate-click-button__content--close-icon {
        margin-bottom: 20px;
    }

    body .climate-click-button__popup-projects--standards img {
        max-width: 84px;
        height: 28px;
    }

    .climate-click__content.contents {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .climate-click-button__tooltip:hover:before {
        right: -150px;
    }

    .climate-click-button__content--popup-text p {
        line-height: 16.8px;
    }

    .climate-click__content {
        width: 90%;
        margin: auto;
    }

    .climate-click__content {
        width: 90%;
        margin: auto;
    }

    .climate-click-button__content--popup-text p,
    .climate-click-button__popup-projects--header,
    .climate-click-button__popup-projects--body-title,
    .climate-click-button__popup-projects--body-description {
        font-size: 14px;
    }

    .climate-click-button__content--popup-compensate {
        padding-bottom: 20px;
    }

    .climate-click-button__popup-projects--header,
    .climate-click-button__popup-projects--body-title b {
        line-height: 16.41px;
    }

    .climate-click-button__popup-projects--body-description {
        line-height: 16.41px;
        margin-top: 5px;
    }

    .climate-click-button__popup-projects--registry span,
    .climate-click-button__popup-projects--goals span,
    .climate-click-button__popup-projects--standards span,
    .climate-click-button__popup-projects--registry b {
        line-height: 14.06px;
        font-size: 12px;
    }

    .climate-click-button__popup-projects--goals {
        margin-top: 10px;
    }

    .climate-click-button__popup-projects--goals span {
        padding-bottom: 4px;
    }

    .climate-click-button__popup-projects--goals span,
    .climate-click-button__popup-projects--footer-right {
        width: 100%;
    }

    .climate-click-button__popup-projects--footer {
        display: block;
    }

    .climate-click-button__popup-projects--header {
        margin-top: 10px;
    }

    .climate-click-button__popup-projects--footer-right {
        margin-left: 0;
    }

    .climate-click-button__content--show-more {
        text-align: left;
    }

    .climate-click-button__content--close-icon {
        text-align: right;
        margin-top: 16px;
    }

    .climate-click__content.contents {
        position: fixed;
        transform: revert;
        left: 0;
        right: auto;
        top: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    .climate-click-button__content--hide-popup {
        display: none;
    }
}

@media (max-width: 580px) {
    .climate-click-button__tooltip:hover:before {
        right: -48px;
    }
}
