.ps-forum-table,
.ps-forum-table td,
.ps-forum-table th {
    border: solid 1px;
    padding: 5px;
}

.ps-forum-table tr:nth-child(2n-1) td {
    background: #f3f3f3;
}

#scf_document_title,
#scf_title {
    width: 100%;
    max-width: 600px;
}

.ps-forum-table .discussion-topic {
    font-weight: bold;
}

.ps-forum-table .file-download-link {
    font-size: .8em;
}

.ps-forum-table .discussion-topic a,
.ps-forum-table .file-download-link a {
    text-decoration: none;
}

.ps-forum-table .discussion-topic a:hover,
.ps-forum-table .file-download-link a:hover {
    text-decoration: underline;
}

.notice-success,
.success-message {
    color: green;
    background: rgb(168, 228, 168);
    padding: 10px 20px;
    border: solid 1px green;
    margin: 20px 0;
}

.file-download-section::before {
    content: 'File attachment(s)';
    background: black;
    color: #fefefe;
    width: 100%;
    display: block;
    padding: 5px 0;
}

.file-download-section {
    display: block;
    border: solid 2px;
    text-align: center;
}

.file-download-section-link a {
    background: black;
    border: solid 1px black;
    color: #fefefe;
    padding: 5px 15px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}

.file-download-section-link a:hover {
    background: #fefefe;
    color: black;
}

.subscribe-form {
    font-size: 1.25em;
}

.subscribe-form input[type="checkbox"] {
    transform: scale(2);
    margin-right: 5px;
}

.notice.notice-success.is-dismissible {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notice.notice-success.is-dismissible>p {
    margin: 0;
}

.notice-dismiss::after {
    content: 'x'
}

.subscribe-form label {
    display: flex;
    margin-left: 10px;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.subscribe-form input {
    display: flex;
}

/* multi docs styles */
.file-download-section {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.file-download-section-title h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.file-download-section-link p {
    margin: 5px 0 0;
}

.file-download-section-link a {
    color: #0073aa;
    text-decoration: none;
}

.file-download-section-link a:hover {
    text-decoration: underline;
}

#toggle-documents {
    padding: 10px 35px;
    border-width: 05px 05px 05px 05px;
    border-color: #000 var(--e-global-color-uicore_primary);
    border-radius: 5px;
    margin:5px;
}

#toggle-documents:hover {
    color: #000 var(--e-global-color-uicore_primary);
    background-color: #000 var(--e-global-color-uicore_body);
}