﻿@charset "UTF-8";

.sharing-box {
    background: none;
    padding: 0;
    border-radius: 10px;
    word-break: keep-all;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 0.85rem
}

    .sharing-box li {
        margin-bottom: 3px;
        border-bottom: 1px dashed rgba(255,255,255,0.3);
        padding-bottom: 20px;
        background: var(--bg2);
        padding: 0.75rem 1rem;
        border-radius: 10px;
        border-bottom: 0;
        justify-content: space-between;
    }

        .sharing-box li h3 {
            margin-bottom: 10px;
            color: var(--txtC4);
            font-size: 0.9rem;
            margin-bottom: 10px;
        }

        .sharing-box li .rent-cont {
            width: 100%;
            height: 70vh;
            color: var(--txtC7);
            font-size: 0.8rem;
            margin-bottom: 5px;
            display: block;
            overflow-y:auto;
        }

        .sharing-box li:last-child {
            border-bottom: 0;
        }