/* Directory card layout fixes */
.card-header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.card-header-top h2 {
    flex: 1;
    margin: 0;
    padding-right: 10px;
}

.premium-badge {
    flex-shrink: 0;
    white-space: nowrap;
}

.left-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.right-section {
    display: flex;
    align-items: center;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.location {
    font-size: 14px;
    color: var(--color-text-secondary);
}

.stars {
    color: #2DCC70 !important;
}