.single-information-block {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.single-information-block span{
    font-size: 14px;
    font-family: "noto_sans_thai", "noto_sans";
    font-weight: 300;
    color: #666666;
}

.single-share-block{
    margin-bottom: 20px;
}

.single-share-block ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}

.single-share-block ul a{
    font-size: 14px;
    font-family: var(--text-font-family);
    color: #344054;
    font-weight: 500;
    background: white;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #CDDAE4;
    border-radius: 8px;
}

.single-share-block ul a:hover{
    background-color: #e4e8f3;
    border: 1px solid #002e5b;
    color: #002e5b;
    transition: ease-in-out;
    transition-duration: 0.3s;
}

.single-share-block ul li{
    color: #344054;
}