.placement-block {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    margin: 24px 0;
    border: 2px dashed #b45309;
    background: #fef3c7;
    color: #92400e;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.placement-block.compact {
    min-height: 70px;
    margin: 16px 0;
}

.placement-block.wide {
    min-height: 120px;
}

.placement-inset {
    margin: 16px 0;
}

.placement-sidebar {
    margin-bottom: 20px;
}

.placement-sidebar .placement-link {
    border-radius: 0;
    border: none;
}

.placement-card {
    margin-bottom: 20px;
}

.placement-link {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #fff7d6;
    color: #4b3f00;
    border: 1px solid #e5e7eb;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    transition: background 0.2s ease, color 0.2s ease;
}

.placement-label {
    color: #9c8a3c;
    flex: 0 0 auto;
    line-height: 1.4;
}

.placement-text {
    display: inline-block;
    flex: 1 1 auto;
}

.placement-link:hover {
    background: #ffefb0;
    color: #3b3000;
}

@media (max-width: 768px) {
    .placement-block {
        min-height: 70px;
        font-size: 14px;
    }

    .placement-block.wide {
        min-height: 90px;
    }
}

@media (max-width: 480px) {
    .placement-block {
        min-height: 64px;
        font-size: 13px;
        margin: 16px 0;
    }
}
