.custom-padding-info-box {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.custom-padding-info-box .custom-margin {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.custom-padding-info-box .header-info-box {
    /* margin-top: -35px; */
}
.custom-padding-info-box .description {
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 1rem;
}
.custom-padding-info-box .description::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}
.custom-padding-info-box .description::-webkit-scrollbar-thumb {
    background-color: gray;
    border: 1px solid gray;
    border-radius: 10px;
}

.custom-padding-info-box .info-box-link {
    color: black;
}

.custom-padding-info-box .info-box-link:hover {
    color: #007bff;
}
.custom-padding-info-box .info-box-icons {
    font-size: 20px;
    min-width: 20px;
}

.custom-padding-info-box .rotate-y {
    transform: rotateY(180deg);
}

.custom-padding-info-box .header-info-box img {
    /* width: 100px; */
    height: 45px;
}

.pdf-iframe {
    height: 90%;
    overflow: hidden !important;
}
.info_box_content .header-info-box .store-name{
    margin-top: 5px;
}
.info_box_content .contact{
    padding: 0.5rem;
}
.info_box_content{
    padding: 25px!important;
    border-radius: 8px;
}
.info_box_content .link-container{
    position: absolute;
    right: 10px;
    top: 8px;
}
.info_box_content .link-icons{
    font-size: 23px;
    margin: 0 5px;
}

/* Media */
@media screen and (max-width: 480px){
    .info_box_content .header-info-box .store-name{
        font-size: 18px;
    }
    .info_box_content{
        width: 95%;
        padding: 15px!important;
    }
    .custom-padding-info-box .info-box-icons {
        font-size: 17px;
        min-width: 17px;
    }
    .info_box_content .contact-label{
        display: none;
    }
    .info_box_content .contact-value{
        font-size: 15px;
    }
}

@media screen and (max-width: 950px){
    .info_box_content .link-container{
        position: relative;
        display: flex;
        justify-content: center;
        margin: 5px 0;
    }
}