.AdReadCard {
    background-color: var(--white);
    border: 1px solid var(--gray-300);
    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 6%);
    margin: 10px 15px;

    &-contents {
        padding: 12px;
    }

    &-top-contents {
        display: flex;
        justify-content: space-between;
    }

    &-podcast-image {
        height: 30px;
        margin-right: 13px;
        width: 30px;
    }

    &-image-and-title {
        width: 75%;
    }

    &-ad-title {
        font-size: 16px;
        font-weight: 500;
    }

    &-ad-subtitle {
        font-size: 12px;
        color: var(--gray-500);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 20px;
        width: 100%;
    }

    &-podcast-title {
        color: var(--gray-500);
        font-size: 14px;
    }

    &-episode-title {
        color: var(--gray-500);
        font-size: 12px;
    }

    &-right-section {
        display: flex;
        justify-content: space-between;
        text-align: right;
    }

    &-collapse-glyph {
        cursor: pointer;

        .Glyph {
            margin-top: 8px;
        }
    }

    &-expanded-section:not(:last-child) {
        margin-bottom: 13px;
    }

    &-dot {
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
    }

    &-roll-info {
        display: inline-block;
        padding-top: 15px;
    }

    &-label {
        color: var(--gray-500);
    }

    &-profile {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    &-profile-initials {
        background-color: var(--midnight-5);
        border-radius: 15px;
        color: white;
        display: inline-block;
        line-height: 30px;
        height: 30px;
        min-width: 30px;
        margin-right: 5px;
        text-align: center;
        text-transform: uppercase;
    }

    &-script {
        color: var(--blue);

        .PaperclipGlyph {
            fill: var(--blue);
        }
    }

    &-separator {
        border: solid 1px var(--gray-200);
        margin-bottom: 8px;
        margin-top: 10px;
    }

    .UploadArea {
        border: 0;
        cursor: pointer;
    }

    &-delete {
        color: var(--red);
    }

    &-bottom {
        align-items: center;
        background-color: var(--gray-100);
        display: flex;
        font-size: 10px;
        font-weight: bold;
        justify-content: space-between;
        padding: 7px 12px;
        text-transform: uppercase;

        .btn {
            font-size: 10px;
            padding: 0;
        }

        label {
            cursor: pointer;
            margin-bottom: 0;
        }
    }

    &-approve-reject {
        display: flex;
    }

    &-approve {
        color: var(--green);
        cursor: pointer;
    }

    &-reject {
        color: var(--red);
        cursor: pointer;
        margin-right: 12px;
    }

    &-reject-modal {
        text-align: left;
    }

    &-reject-modal-header {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    &-error-or-player {
        background-color: var(--gray-100);
        border-top: 1px solid var(--gray-300);
        padding: 6px 0;
    }

    &-error {
        color: var(--red);
        padding: 6px 12px;
    }

    &-error-rejection-reason {
        font-weight: bold;
    }

    &-audio-player {
        height: 15px;
        outline: none;
        position: relative;
        top: 2px;
        width: 100%;
    }

    &-uploading {
        font-size: 10px;
        font-weight: bold;
    }

    &-sub-section {
        color: var(--gray-800);
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 10px;
    }

    &-assignee-name {
        margin-right: 8px;
    }

    &-warn-modal-header {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
    }
}
