/* .pressReleaseAttachmentsContainer {

} */
.pressReleaseAttachmentsContainer:hover {
    border-radius: 1rem;
    box-shadow: 0 0 3px 4px var(--blue4);
    transition: 350ms;
}

.pressReleaseFilesDiv {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    padding: 1rem 0;
}

.cbsPressReleaseDocTypeDivTitle {
    padding: 2rem;
    font-weight: 800;
}

.cbsPressReleaseDocTypeContainer {
    display: flex;
    flex-flow: column nowrap;
}

.pressReleaseFilesContainer {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.attachmentsLinkDiv {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
}

/* .fileLinkItem:hover{
    cursor: pointer;
} */


.cbsPressReleaseDocTypeDivExpanded .cbsPressReleaseDocTypeContainer {
    display: grid;
}

.expandArrow path {
    stroke: var(--blue6);
}

.cbsPressReleaseDocTypeDivExpanded .expandArrow {
    rotate: 540deg;
}

.expandArrow {
    transition: rotate 500ms ease-in-out;
}

.pressReleaseAttachmentsVisible {
    display: grid;
    /* max-height: unset; */
    transition: max-height 500ms ease-in-out;
    /* padding-top: 1rem; */
    /* padding: 1rem; */
    /* border-color: var(--blue3); */
}

.pressReleaseFileAttachmentTitle {
    /* font-size: 1.2rem; */
    /* font-weight: bold; */
    font-family: "Noto Sans Hebrew";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
}

.cbsShowButton {
    display: flex;
    align-items: center;
}

.cbsHideButton {
    display: none;
}

.displayAllButton {
    /* display: flex; */
    column-gap: 0.5rem;
    font-size: 0.8rem;
    color: var(--blue5);
}

.hideAllButton {
    /* display: none; */
    column-gap: 0.5rem;
    font-size: 0.8rem;
    color: var(--blue5);
}

.displayAllButton:hover {
    text-decoration: underline;
}

.fileLinkItem, .fileLinkItemSpacer {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 0.5rem; */
    border-radius: 10px;
    background-color: var(--cbswhite);
    /* padding: 1rem; */
    font-size: 0.8rem;
    border: 1px solid transparent;

    width: 44px;
    height: 44px;
    padding: 10px;

    justify-content: center;

    gap: 8px;
}

.shrink0 {
    flex-shrink: 0;
}

.cbsFileExt {
    color: var(--blue6);
}

.cbsFileIcon {
    display: flex;
}

.fileLinkItem:hover {
    /* box-shadow: 0 0 3px 4px var(--blue4); */
    transition: 350ms;
    text-decoration: none;
    border-color: var(--blue6);
    cursor: pointer;
}

.attachmentLinkDiv {
    cursor: pointer;
}

.pressReleaseAttachmentsTitle {
    display: flex;
    cursor: pointer;
    font-weight: bold;
    justify-content: space-between;
    padding: 0.5rem;
    /* font-size: 1.2rem; */
    border-radius: 1rem;
    align-items: center;

    font-family: Rubik;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 40px */
}

.fileLinkItemTitle {
    font-weight: bold;
}

.cbsPressReleaseDocTypeDiv {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    border: 1px solid var(--blue4);
    /* row-gap: 1rem; */
}

.cbsPressReleaseDocTypeDiv:hover ,.cbsPressReleaseSubChapterTitleBar span:hover{
    /* box-shadow: 0 0 3px 4px var(--blue4); */
    transition: 250ms;
}

.cbsPressReleaseDocTypeTitleBar{    
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
    color: var(--grey9);
    font-family: Rubik;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;    
}

.cbsPressReleaseSubChapterTitleBar {    
    padding: 0.5rem 2rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
    color: var(--grey9);
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;    
}

.collectionDownloadDiv {
    display: flex;
    padding: 0px 1rem;
    gap: 1rem;
    align-items: center;
}

@media only screen and (min-width: 768px) {}

.pressReleaseFilesSubChapterContainer{display: none;}