.worksolution-downloads-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px 48px;
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

.worksolution-downloads-grid__item {
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #3b3b3b;
}

.worksolution-downloads-grid__icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    box-shadow: none;
}

.worksolution-downloads-grid__icon img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    filter: none;
    background: transparent;
}

.worksolution-downloads-grid__icon-placeholder {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px dashed #ffb600;
}

.worksolution-downloads-grid__item h4 {
    margin: 0;
    font-weight: 500;
    color: #4a4a4a;
}

.worksolution-downloads-grid .worksolution-downloads-grid__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 34px;
    background-color: #ffb600;
    border: 2px solid #ffb600;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    background-image: url("https://dev.worksolution.ind.br/wp-content/uploads/2026/01/download-simple.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
}

.worksolution-downloads-grid__btn span {
    display: none;
}

.worksolution-downloads-grid .worksolution-downloads-grid__btn:hover {
    transform: translateY(-2px);
    background-color: transparent;
    border-color: #ffb600;
}
