/**
 * Thuy Bich Vinh Long — Footer Legacy CSS
 * File: css/tb-footer.css
 *
 * Source:
 * - Split from Yellow Pencil legacy quarantine in Phase 12F-C.
 *
 * Owner:
 * - Existing footer visual overrides only.
 * - Preserves current footer layout while Yellow Pencil remains disabled.
 *
 * Not owner:
 * - Header: css/tb-header.css.
 * - Newsletter: removed in Phase 12F-B2 because it is not needed.
 * - Blog / PLP / PDP / product card CSS.
 *
 * Notes:
 * - This is still legacy CSS, not a clean footer redesign.
 * - Keep unchanged until footer UI is intentionally rebuilt.
 */

/* --- 12.1 Footer container --- */
#footer{
	transform: translatex(0px) translatey(0px);
	padding-top: 0px;
	display: inline-block;
}

/* --- 12.2 Font ch footer --- */
#footer .tooltipstered .relative{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* --- 12.3 Ct trong footer --- */
#wrapper #footer .section .relative > .row > .col{
	display: inline-block !important;
	transform: translatex(0px) translatey(0px) !important;
}

/* --- 12.4 Text trong footer (line-height, font-size) --- */
#footer .section .relative > .row > .col > .col-inner > .text{
	line-height: 1.2em;
}

#footer .section .relative > .row > .col > .col-inner > .text p{
	min-height: 34px;
	padding-top: 7px;
	font-size: 16px;
}

#footer .section .relative > .row > .col > .col-inner > p{
	font-size: 13px;
	position: relative;
	top: -3px;
}

/* --- 12.5 Link trong footer --- */
#footer span a{
	font-size: 14px;
	position: relative;
	top: -15px;
}

#footer span span{
	font-size: 13px !important;
	position: relative;
	top: -16px;
}

#footer .section .relative > .row > .col > .col-inner > .text p span a,#footer .section .relative .row .col .col-inner .text p span a{
	font-size: 13px !important;
}

#wrapper #footer .tooltipstered .relative .row:nth-child(2) .col:nth-child(1) .col-inner:nth-child(1) > p:nth-child(4),#wrapper #footer .tooltipstered .relative .row:nth-child(2) .col:nth-child(1) .col-inner:nth-child(1) > p:nth-child(2){
	bottom: auto !important;
}

/* --- 12.7 Link v nh  paragraph 2, 3 trong footer --- */
#footer p:nth-child(2) a{
	top: -16px;
}

/* Image */
#footer p:nth-child(3) img{
	top: -22px;
}

/* Link */
#footer p:nth-child(3) a{
	top: -23px;
}

/* --- 12.8 nh nh trong span footer --- */
#footer span span img{
	position: relative;
	top: 1px;
}

/* --- 12.9 nh ln trong footer (logo, banner) --- */
#footer a .attachment-large{
	left: -5px;
	transform: translatex(-3px) translatey(-32px);
}

/* --- 12.10 Social icons trong footer --- */
#footer .col-divided .social-icons{
	position: relative;
	top: 6px;
}

/* --- 12.11 Tiu  in m trong footer --- */
#footer .col-divided .text strong{
	position: relative;
	top: 4px;
}

/* --- 12.12 DMCA badge --- */
#footer .dmca-badge img{
	position: relative;
	top: 31px;
	transform: translatex(-3px) translatey(-32px);
}

/* --- 12.13 Clearfix trong footer --- */
#footer .section .relative > .text-center .clearfix{
	position: relative;
}

/* Clearfix */
#wrapper #footer .tooltipstered .relative .text-center:nth-child(3) .clearfix{
	bottom: auto !important;
}

/* Clearfix */
#footer .text-center:nth-child(3) .clearfix{
	top: -38px;
}

/* --- 12.14 Paragraph th 3 trong col-divided --- */
#footer .col-divided p:nth-child(3){
	position: relative;
	top: 5px;
}

/* --- 12.15 Hide-for-small text (ch hin desktop) --- */
.hide-for-small .col .col-inner .text p span{
	position: relative;
	top: -34px;
}

/* --- 12.16 nh trong paragraph  span --- */
p > span > img{
	position: relative;
	top: -16px;
}

/* --- 12.17 nh trong link paragraph 3 --- */
#footer p:nth-child(3) a img{
	position: relative;
	top: -81px;
}

/* --- 12.18 Footer col-divided - tiu , list, link --- */
.col-divided p strong{
	font-size: 16px;
}

.col-divided ul li{
	font-size: 14px;
	color: #e33535 !important;
}

.col-divided ul a{
	color: #000000 !important;
}

.col-divided .text p{
	margin-bottom: 20px;
}

.col-divided .col-inner .row-small .col .col-inner ul .bullet-arrow span{
	font-size: 14px !important;
}

/* --- 12.19 nh nh trong col-divided --- */
.col-divided .md-x img{
	transform: translatex(0px) translatey(0px) !important;
	position: relative;
	top: -2px;
	left: -9px !important;
}

#wrapper #footer .section .relative .row .col-divided .col-inner .row-small .col .col-inner .md-x a .img-inner img{
	right: auto !important;
}

.col-divided p img{
	top: 34px !important;
}

#wrapper #footer .section .relative .row .col-divided .col-inner .row-small .col .col-inner .text p .dmca-badge img{
	bottom: auto !important;
}

/* --- 12.20 Padding di ct trong footer --- */
.tooltipstered .relative .row .col .col-inner .row .col{
	padding-bottom: 29px;
}

/* --- 12.21 Absolute footer (nn en) --- */
#footer .absolute-footer{
	background-color: #000000;
}
