.container {
    margin-top: 1.5rem !important;
}

#showDetailBody [class^="col-"] {
    margin-bottom: 1rem;
}

.titleTextCenter {
    width: 100%;
    padding: 10px;
    text-align: center;
    color: white;
    background: #1f7ce5;
    background: linear-gradient(0deg, rgb(9, 174, 240) 0%, rgb(5, 121, 238) 100%);
    font-weight: bold;
    margin-bottom: 1rem;
}

.titleTextLeft {
    width: 100%;
    padding: 10px;
    text-align: left;
    color: white;
    /* background-color: #1f7ce5; */
    background: #1f7ce5;
    background: linear-gradient(0deg, rgb(9, 174, 240) 0%, rgb(5, 121, 238) 100%);
    font-weight: bold;
    margin-bottom: 1rem;
}

.h6,
h6 {
    font-size: 14px;
    color: #5f5858;
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 22px;
        font-weight: bold;
    }
}

/* กล่องแชร์ */
.social-share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

/* กล่องรายการ */
.social-share ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* li ปรับให้ inline */
.social-share ul li {
    list-style: none;
}

/* ตัวอักษร Share */
.social-share ul li:first-child {
    font-weight: bold;
    font-size: 14px;
    color: #555;
    margin-right: 5px;
}

/* ปุ่มไอคอน */
.social-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.social-icon img {
    width: 28px;
    height: 28px;
}

/* Hover Effect */
.btn-fb .social-icon:hover {
    background: #3b5998;
}

.btn-ln .social-icon:hover {
    background: #06c755;
}

.btn-tw .social-icon:hover {
    background: #000000;
}