.custom-rent-subtitle {
    display: flex;
    align-items: flex-start !important;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.8rem;
    color: #6b7280;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 450;
    line-height: 1.5;
    margin: 6px 0 12px;
    flex-direction: column !important;
}

.custom-rent-subtitle-text {
    flex-grow: 0;
}

.custom-rent-qty {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    background-color: #ecfdf5; /* Emerald 50 */
    color: #059669; /* Emerald 600 */
    border: 1px solid #d1fae5; /* Emerald 100 */
    transition: all 0.2s ease-in-out;
}

.custom-rent-qty.low-stock {
    background-color: #fef3c7; /* Amber 50 */
    color: #d97706; /* Amber 600 */
    border: 1px solid #fde68a; /* Amber 100 */
}

.custom-rent-qty.out-of-stock {
    background-color: #fef2f2; /* Red 50 */
    color: #dc2626; /* Red 600 */
    border: 1px solid #fee2e2; /* Red 100 */
}

.rbfw_rent_list_content .custom-rent-features {
    margin: 18px 0 0 5px;
    padding-left: 0;
    list-style: none;
    border-top: 1px dashed #e5e7eb;
    padding-top: 12px;
}

.rbfw_rent_list_content .custom-rent-features li {
    font-size: 13.5px;
    color: #4b5563;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.rbfw_rent_list_content .custom-rent-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ff7a00;
    font-weight: bold;
    font-size: 14px;
}

