.pts-tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin: 28px 0;
}

.pts-tools-grid--compact {
    gap: 14px;
    margin: 16px 0 0;
}

.pts-tool-card {
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    padding: 18px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.pts-tool-card__meta {
    color: #0f766e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.pts-tool-card h3 {
    font-size: 20px;
    line-height: 1.25;
    margin: 0 0 10px;
}

.pts-tool-card h3 a {
    color: #102a43;
    text-decoration: none;
}

.pts-tool-card p {
    color: #334e68;
    font-size: 15px;
    line-height: 1.55;
    margin: 0 0 14px;
}

.pts-tool-card__link {
    color: #0f766e;
    font-weight: 700;
    text-decoration: none;
}

.pts-related-tools {
    border-top: 1px solid #d9e2ec;
    margin-top: 36px;
    padding-top: 20px;
}

.pts-related-tools__header span {
    color: #102a43;
    font-size: 18px;
    font-weight: 800;
}

.pts-tool-embed-pending {
    border: 1px solid #f7c948;
    border-radius: 8px;
    background: #fffbea;
    color: #513c06;
    margin: 20px 0;
    padding: 14px 16px;
}
