/**
 * /request-anime — matches member head-box / noti-item list patterns.
 */

.anime-request-page .head-box.round-t {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
}

.anime-request-page .head-box .title-block {
    font-weight: 600;
    font-size: 0.95rem;
    color: #fff;
}

.anime-request-page .head-box .title-block i {
    color: var(--primary, #5a2e98);
    margin-right: 0.35rem;
}

.anime-request-page .body-box.round-b {
    padding: 0;
    overflow: hidden;
}

.anime-request-page .body-box.body-padding {
    padding: 1.25rem 1.5rem;
}

.anime-request-page .scaff.items {
    display: flex;
    flex-direction: column;
}

.anime-request-page .noti-item.ar-request-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    color: inherit;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: transparent;
}

.anime-request-page .noti-item.ar-request-item:last-child {
    border-bottom: 0;
}

.anime-request-page .noti-item .poster span {
    display: block;
    width: 72px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.25);
}

.anime-request-page .noti-item .poster img {
    width: 72px;
    height: 102px;
    object-fit: cover;
    display: block;
}

.anime-request-page .noti-item .info {
    flex: 1 1 auto;
    min-width: 0;
}

.anime-request-page .noti-item .content .d-title {
    display: block;
    font-weight: 600;
    font-size: 0.95rem;
    color: #fff;
    margin-bottom: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.anime-request-page .noti-item .content .highlight {
    display: block;
    font-size: 0.8rem;
    color: #999;
    line-height: 1.4;
}

.anime-request-page .noti-item time {
    display: block;
    font-size: 0.72rem;
    color: #777;
    margin-top: 0.35rem;
}

.anime-request-page .ar-item-side {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
    min-width: 120px;
}

.anime-request-page .ar-item-side .btn {
    font-size: 0.78rem;
    white-space: nowrap;
}

.anime-request-notice {
    border-radius: 8px;
}

.anime-request-form .form-control {
    background: var(--secondary, #1c1c1c);
    border-color: rgba(255, 255, 255, 0.12);
    color: #eee;
}

.anime-request-form .form-control:focus {
    border-color: var(--primary, #5a2e98);
    box-shadow: 0 0 0 0.15rem rgba(90, 46, 152, 0.35);
}

.anime-request-modal-poster {
    max-height: 320px;
    object-fit: cover;
    border-radius: 6px;
}

.anime-request-modal-dl dt {
    color: #999;
}

.anime-request-modal-dl dd {
    color: #eee;
    margin-bottom: 0.35rem;
}

#anime-request-modal .modal-content {
    background: var(--secondary, #1c1c1c);
    color: #eee;
    border-color: rgba(255, 255, 255, 0.1);
}

#anime-request-modal .modal-header {
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

#anime-request-modal .modal-footer {
    border-top-color: rgba(255, 255, 255, 0.08);
}

#anime-request-modal .close {
    color: #fff;
    text-shadow: none;
    opacity: 0.8;
}

@media (max-width: 767px) {
    .anime-request-page .noti-item.ar-request-item {
        flex-wrap: wrap;
    }

    .anime-request-page .ar-item-side {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }
}
