.acp-admin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.acp-admin-grid label {
    display: grid;
    gap: 6px;
    font-weight: 600;
}

.acp-admin-grid input,
.acp-admin-grid textarea {
    width: 100%;
}

.acp-admin-wide {
    grid-column: 1 / -1;
}

.acp-import-form {
    background: #fff;
    border: 1px solid #d8dde6;
    border-radius: 8px;
    margin-top: 18px;
    max-width: 860px;
    padding: 12px 20px 18px;
}

.acp-wrap {
    margin: 24px 0;
}

.acp-disclosure {
    color: #555;
    font-size: 14px;
    margin: 0 0 14px;
}

.acp-ranking {
    display: grid;
    gap: 16px;
}

.acp-card {
    align-items: stretch;
    background: #fff;
    border: 1px solid #d8dde6;
    border-radius: 8px;
    display: grid;
    gap: 18px;
    grid-template-columns: 64px 132px minmax(0, 1fr) 170px;
    padding: 18px;
}

.acp-card-rank {
    align-items: center;
    background: #101828;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 800;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.acp-card h3 {
    font-size: 22px;
    line-height: 1.2;
    margin: 6px 0 8px;
}

.acp-product-image {
    aspect-ratio: 1 / 1;
    background: #f2f4f7;
    border: 1px solid #d8dde6;
    border-radius: 8px;
    box-sizing: border-box;
    display: block;
    height: auto;
    object-fit: contain;
    padding: 8px;
    width: 100%;
}

.acp-product-image--empty {
    align-items: center;
    display: flex;
    justify-content: center;
}

.acp-product-image--empty::after {
    color: #98a2b3;
    content: "Sem imagem";
    font-size: 12px;
    font-weight: 700;
}

.acp-meta {
    color: #475467;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 8px 14px;
    margin-bottom: 12px;
}

.acp-badge {
    background: #ecfdf3;
    border: 1px solid #abefc6;
    border-radius: 999px;
    color: #067647;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 6px 9px;
}

.acp-excerpt {
    color: #344054;
    font-size: 15px;
}

.acp-lists {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
}

.acp-lists h4 {
    font-size: 14px;
    margin: 0 0 6px;
}

.acp-lists ul {
    margin: 0;
    padding-left: 18px;
}

.acp-card-action {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}

.acp-button {
    background: #1570ef;
    border-radius: 6px;
    color: #fff !important;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    line-height: 1.1;
    padding: 12px 16px;
    text-decoration: none !important;
}

.acp-button:hover,
.acp-button:focus {
    background: #175cd3;
}

.acp-table-scroll {
    overflow-x: auto;
}

.acp-table {
    border-collapse: collapse;
    min-width: 720px;
    width: 100%;
}

.acp-table th,
.acp-table td {
    border: 1px solid #d8dde6;
    padding: 12px;
    text-align: left;
    vertical-align: middle;
}

.acp-table th {
    background: #f2f4f7;
    color: #344054;
    font-size: 13px;
    text-transform: uppercase;
}

.acp-table-product {
    align-items: center;
    display: flex;
    gap: 10px;
    min-width: 220px;
}

.acp-table-product .acp-product-image {
    flex: 0 0 54px;
    width: 54px;
}

.acp-empty {
    color: #667085;
}

@media (max-width: 760px) {
    .acp-admin-grid,
    .acp-card,
    .acp-lists {
        grid-template-columns: 1fr;
    }

    .acp-card-action {
        align-items: stretch;
    }
}
