.produtos {
    background: #fafafa;
    padding: 48px 24px;
    color: #176848;
}

.produtos__inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.produtos__title {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.produtos__description {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #707070;
}

.produtos__subtitle {
    width: 200px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #176848;
}

.produtos__subtitle span {
    display: inline;
}

.produtos__subtitle img {
    width: 14px;
    height: 12px;
    flex-shrink: 0;
    vertical-align: middle;
    align-self: end;
}

.produtos__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: stretch;
}

.produto {
    position: relative;
    border-radius: 32px 8px 32px 32px;
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14), 0 0 2px rgba(0, 0, 0, 0.12);
}

.produto__content {
    padding: 24px 24px 16px 24px;
}

.produto__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.produto__title img {
    width: 28px;
    height: 28px;
}

.produto__text {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    max-width: 80%;
    margin-bottom: 8px;
}

.produto__text strong {
    font-weight: 600;
}

.produto__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    /* margin-top: 8px; */
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    padding: 0 24px 40px 24px;
}

.produto__link img {
    width: 12px;
    height: 10px;
    filter: brightness(0) invert(1);
}

.produto--item {
    background: #11875C;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
}

.produto__visual {
    position: absolute;
    top: 42px;
    left: 40px;
    right: 40px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.produto-tag {
    display: flex;
    width: fit-content;
    height: 29px;
    padding: 0 21px;
    align-items: center;
    border-radius: 9999px;
    border: 1px solid transparent;
    color: #11875C;
    background: #ffffff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}


.mini-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 3px 8px rgba(32, 36, 138, 0.1);
}

.mini-card__icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #f0f0f0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini-card__icon--blue {
    background: #e1edfb;
}

.mini-card__icon--brown {
    background: #f5f5f5;
}

.mini-card__icon--purple {
    background: #f0f0f0;
}

.mini-card__icon img {
    width: 16px;
    height: 16px;
}

.mini-card__label {
    height: 11px;
}

.mini-card__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.mini-card__badge {
    height: 10px;
    background: #e0e0e0;
    border-radius: 6px;
}

.mini-card__badge--short {
    width: 34px;
}

.mini-card__badge--long {
    width: 58px;
}

.produto__risks {
    display: grid;
    grid-template-columns: repeat(3, 104px);
    gap: 9px;
}

.risk-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14), 0 0 2px rgba(0, 0, 0, 0.12);
}

.risk-card__label {
    font-size: 10px;
    line-height: 20px;
    color: #242424;
    font-weight: 600;
}

.produto__table {
    position: absolute;
    left: 205px;
    top: 157px;
    width: 332px;
    background: #ffffff;
    border-radius: 9px;
    padding: 16px 18px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0.9px 1.8px rgba(0, 0, 0, 0.14), 0 0 1.8px rgba(0, 0, 0, 0.12);
    color: #424242;
    font-size: 10px;
}

.produto__table-header {
    display: grid;
    grid-template-columns: 1fr 113px;
    gap: 0;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    overflow: hidden;
    color: #616161;
}

.produto__table-header-cell {
    padding: 10px 12px;
    font-weight: 600;
    font-size: 9px;
    line-height: 12px;
}

.produto__table-header-cell--status {
    text-align: left;
}

.produto__table-row {
    display: grid;
    grid-template-columns: 1fr 113px;
    gap: 6px;
    margin-top: 6px;
}

.produto__table-cell {
    background: #ffffff;
    border-radius: 4px;
    padding: 10px 12px;
    border: 1px solid transparent;
    box-shadow: 0 0.8px 1.5px rgba(0, 0, 0, 0.14), 0 0 1.5px rgba(0, 0, 0, 0.12);
    font-size: 9.5px;
    line-height: 12.7px;
    color: #424242;
}

.produto__table-cell--status {
    display: flex;
    align-items: center;
    justify-content: center;
}

.produto__table-strong {
    font-weight: 600;
    color: #424242;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #11875c;
    color: #ffffff;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 17px;
}

.status-pill img {
    width: 9px;
    height: 7px;
}

.produto__tooltip {
    position: absolute;
    left: 108px;
    top: 105px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.produto__tooltip img:first-child {
    width: 69px;
    height: 19px;
}

.produto__tooltip-beak {
    width: 24px;
    height: 5px;
    margin-top: -2px;
}

.produto__tooltip-icon {
    position: absolute;
    right: -12px;
    top: 26px;
    width: 12px;
    height: 12px;
}

.produto__overlay {
    position: absolute;
    right: 65px;
    top: -35px;
    background: #ffffff;
    border-radius: 9px;
    padding: 10px 12px;
    box-shadow: 0 2px 16px rgba(174, 174, 178, 0.16);
    display: none;
    align-items: center;
    gap: 12px;
    color: #424242;
    font-size: 12px;
    min-width: 260px;
}

.produto__overlay .produto__avatar {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #147852;
    color: #ffffff;
    font-size: 14px;
}

.produto__overlay .badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #424242;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.produto__overlay .badge__icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.produto__overlay .badge__icon img {
    width: 18px;
    height: 13px;
}

.produto__tags {
    position: absolute;
    right: -63px;
    top: 66px;
    display: none;
    flex-direction: column;
    gap: 4px;
}

.produto__tags-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #ffffff;
    border-radius: 9px;
    padding: 10px 12px;
    box-shadow: 0 2px 16px rgba(174, 174, 178, 0.16);
}

.produto__tag {
    background: #f0f0f0;
    color: #242424;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 16px;
    width: fit-content;
}

.produto__tag--dark {
    background: #707070;
    color: #ffffff;
}

.produto__tag--success {
    background: #11875c;
    color: #ffffff;
}

.produto__tags--bottom {
    top: auto;
    bottom: 29px;
    right: 28px;
}

.produto__menu {
    position: absolute;
    right: 40px;
    top: 23px;
    display: none;
    flex-direction: column;
    gap: 4px;
}

.menu-item {
    background: #ffffff;
    border-radius: 4px;
    padding: 6px;
    font-size: 11px;
    color: #424242;
    display: flex;
    align-items: center;
    gap: 6px;
}

.menu-item img {
    width: 16px;
    height: 16px;
}

.produto__worker {
    position: absolute;
    right: 57px;
    bottom: -44px;
    background: #ffffff;
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 1px 4px rgba(12, 12, 13, 0.05);
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: fit-content;
    color: #424242;
}

.produto__worker-header {
    display: flex;
    align-items: center;
    gap: 6px;
}

.produto__worker-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #424242;
}

.produto__avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #9ad29a;
    color: #063b06;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.produto__worker-role {
    font-size: 12px;
    line-height: 16px;
    color: #707070;
    text-align: center;
}

.produto__worker-label {
    color: #ffffff;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    width: 126px;
}

@media (min-width: 800px) {
    .produtos {
        padding: 80px 24px 0px 24px;
    }

    .produtos__title {
        font-size: 28px;
        line-height: 36px;
    }

    .produtos__description {
        font-size: 16px;
        line-height: 22px;
    }

    .produto__title {
        font-size: 23px;
        line-height: 32px;
    }

    .produto__content {
        padding: 24px 40px 16px 40px;
    }

    .produtos__subtitle {
        width: 100%;
        font-size: 24px;
        line-height: 32px;
    }

    .produto__text {
        font-size: 14px;
        line-height: 20px;
    }

    .produto__link {
        padding: 0 40px 40px 40px;
    }

    .produto-tag {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 1024px) {
    .produtos__grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 1440px) {
    /* .produtos__title {
        font-size: 40px;
        line-height: 52px;
    }

    .produtos__description {
        font-size: 20px;
        line-height: 32px;
    }

    .produtos {
        padding: 48px 100px 100px;
    }

    .produtos__grid {
        grid-template-columns: 551px 669px;
    }

    .produtos__right {
        width: 669px;
    }

    .produto__text {
        max-width: 416px;
    }

    .produto--fornecedores,
    .produto--trabalhadores {
        width: 669px;
    }

    .produto--fornecedores {
        padding-top: 66px;
    }

    .produto--trabalhadores {
        padding-top: 58px;
    }

    .produto__content {
        padding: 0 40px 16px 40px;
    } */

    /* .produto__overlay,
    .produto__tags,
    .produto__tags.produto__tags--bottom,
    .produto__menu,
    .produto__worker {
        display: flex;
    } */
}