﻿/* General Styling */
#media-title {
    font-size: 32px;
    font-weight: bold;
}

.media-file-size {
    font-size: 14px;
}

/* Shareable Link */
.shareable-link-div {
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Buttons */
.action-btn {
    border: none;
    background: none;
    color: #007bff;
    font-weight: 600;
    cursor: pointer;
}

    .action-btn:hover {
        text-decoration: underline;
    }

.action-btn-fontsize {
    font-size: 20px;
}

/* Info Styling */
.info-heading {
    font-weight: 700;
    font-size: 16px;
    display: block;
}

.info-txt {
    font-size: 14px;
}

/* File Info */
.file-info-section {
    background: #f3f3f3;
    padding: 12px 16px;
    border-radius: 10px;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}

.file-info-name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}

.file-info-filesize {
    font-size: 13px;
    color: #6c757d;
}
