#akismet-plugin-container {
background-color: var(--akismet-color-light-grey);
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
--akismet-color-charcoal: #272635;
--akismet-color-light-grey: #f6f7f7;
--akismet-color-mid-grey: #a7aaad;
--akismet-color-dark-grey: #646970;
--akismet-color-grey-80: #2c3338;
--akismet-color-grey-100: #101517;
--akismet-color-white: #fff;
--akismet-color-mid-green: #357b49;
--akismet-color-mid-red: #e82c3f;
}
#akismet-plugin-container a {
color: var(--akismet-color-mid-green);
}
.akismet-masthead {
box-shadow: none;
}
.akismet-masthead__logo {
margin: 20px 0;
}
.akismet-section-header {
box-shadow: none;
margin-bottom: 0;
}
.akismet-section-header__label {
color: var(--akismet-color-charcoal);
font-weight: 600;
}
.akismet-button, .akismet-button:hover {
background-color: var(--akismet-color-mid-green);
border: 0;
color: #fff;
}
/* Need this specificity to override the existing header rule */
.akismet-new-snapshot h3.akismet-new-snapshot__header {
background: none;
font-size: 13px;
color: var(--akismet-color-charcoal);
text-align: left;
text-transform: none;
}
.akismet-new-snapshot .akismet-new-snapshot__number {
color: var(--akismet-color-charcoal);
letter-spacing: -1px;
text-align: left;
}
.akismet-new-snapshot li.akismet-new-snapshot__item {
color: var(--akismet-color-dark-grey);
font-size: 13px;
text-align: left;
text-transform: none;
}
.akismet-masthead__logo-link {
min-height: 50px;
}
.akismet-masthead__back-link-container {
margin-top: 16px;
margin-bottom: 2px;
}
/* Need this specificity to override the existing link rule */
#akismet-plugin-container a.akismet-masthead__back-link {
background-image: url(img/arrow-left.svg);
background-position: left;
background-repeat: no-repeat;
background-size: 16px;
color: var(--akismet-color-charcoal);
font-weight: 400;
padding-left: 20px;
text-decoration: none;
}
#akismet-plugin-container a.akismet-masthead__back-link:hover {
text-decoration: underline;
}
.akismet-new-snapshot__item {
border-top: 1px solid var(--akismet-color-light-grey);
border-left: 1px solid var(--akismet-color-light-grey);
padding: 1em;
}
.akismet-new-snapshot li:first-child {
border-left: none;
}
.akismet-new-snapshot__list {
display: flex;
margin-bottom: 0;
}
.akismet-new-snapshot__item {
flex: 1 0 33.33%;
margin-bottom: 0;
padding-left: 1.5em;
padding-right: 1.5em;
}
.akismet-new-snapshot__chart {
padding: 1em;
}
.akismet-box {
border: 0;
}
.akismet-box,
.akismet-card {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16);
border-radius: 8px;
overflow: hidden;
}
.akismet-card {
margin: 32px auto 0 auto;
}
.akismet-lower {
padding-top: 0;
}
.akismet-lower .inside {
padding: 0;
}
.akismet-section-header__label {
margin: 0;
}
.akismet-settings__row {
border-bottom: 1px solid var(--akismet-color-light-grey);
display: block;
padding: 1em 1.5em;
}
.akismet-settings__row-input {
margin-left: auto;
}
.akismet-settings__row-title {
font-weight: 500;
font-size: 1em;
margin: 0;
margin-bottom: 1em;
}
.akismet-settings__row-description {
margin-top: 0.5em;
}
.akismet-card-actions {
padding: 1em;
}
.akismet-settings__row label {
padding-bottom: 1em;
}
.akismet-settings__row-note {
font-size: 0.9em;
margin-top: 0.4em;
}
.akismet-settings__row input[type="checkbox"],
.akismet-settings__row input[type="radio"] {
accent-color: var(--akismet-color-mid-green);
box-shadow: none;
flex-shrink: 0;
margin: 2px 0 0 0;
}
.akismet-settings__row input[type="checkbox"] {
margin-top: 1px;
vertical-align: top;
-webkit-appearance: checkbox;
}
.akismet-settings__row input[type="radio"] {
-webkit-appearance: radio;
}
/* Fix up misbehaving wp-admin styles in Chrome (from forms and colors stylesheets) */
.akismet-settings__row input[type="checkbox"]:checked:before {
content: '';
}
.akismet-settings__row input[type="radio"]:checked:before {
background: none;
}
.akismet-settings__row input[type="checkbox"]:checked:hover,
.akismet-settings__row input[type="radio"]:checked:hover {
accent-color: var(--akismet-color-mid-green);
}
.akismet-button:disabled {
background-color: var(--akismet-color-mid-grey);
color: var(--akismet-color-white);
cursor: arrow;
}
.akismet-awaiting-stats,
.akismet-account {
padding: 0 1rem 1rem 1rem;
margin: 0;
}
.akismet-account {
padding-bottom: 0;
}
.akismet-account th {
font-weight: 500;
padding-right: 1em;
}
.akismet-account th, .akismet-account td {
padding-bottom: 1em;
}
.akismet-settings__row-input-label {
align-items: center;
display: flex;
}
.akismet-settings__row-label-text {
padding-left: 0.5em;
margin-top: 2px;
}
.akismet-alert.akismet-active {
background-color: var(--akismet-color-mid-green);
}
.akismet-alert.akismet-critical {
background-color: var(--akismet-color-mid-red);
}
@media screen and (max-width: 782px) {
.akismet-new-snapshot__list {
display: block;
}
.akismet-new-snapshot__number {
float: right;
font-size: 20px;
font-weight: 500;
margin-top: -16px;
}
.akismet-new-snapshot__header {
font-size: 14px;
font-weight: 500;
}
.akismet-new-snapshot__text {
font-size: 12px;
}
.akismet-settings__row input[type="checkbox"],
.akismet-settings__row input[type="radio"] {
height: 24px;
width: 24px;
}
.akismet-settings__row-label-text {
padding-left: 0.8em;
}
.akismet-settings__row input[type="checkbox"],
.akismet-settings__row input[type="radio"] {
margin-top: 0;
}
}{"id":877,"date":"2024-07-30T05:17:12","date_gmt":"2024-07-29T22:17:12","guid":{"rendered":"https:\/\/trangsucsilver.com\/?post_type=product&p=877"},"modified":"2024-07-30T05:17:41","modified_gmt":"2024-07-29T22:17:41","slug":"day-chuyen-bac-nu","status":"publish","type":"product","link":"http:\/\/trangsucsilver.com\/san-pham\/day-chuyen-bac-nu\/","title":{"rendered":"D\u00e2y chuy\u1ec1n b\u1ea1c n\u1eef"},"content":{"rendered":"
D\u00e2y chuy\u1ec1n b\u1ea1c n\u1eef – Tinh t\u1ebf, thanh l\u1ecbch, t\u00f4n l\u00ean v\u1ebb \u0111\u1eb9p c\u1ee7a b\u1ea1n c\u1ee7a th\u01b0\u01a1ng hi\u1ec7u Trang s\u1ee9c silver. V\u1edbi thi\u1ebft k\u1ebf \u0111\u01a1n gi\u1ea3n nh\u01b0ng kh\u00f4ng k\u00e9m ph\u1ea7n tinh t\u1ebf, d\u00e2y chuy\u1ec1n b\u1ea1c n\u1eef s\u1ebd gi\u00fap b\u1ea1n t\u1ecfa s\u00e1ng m\u1ecdi l\u00fac m\u1ecdi n\u01a1i.<\/p>\n
D\u00e2y chuy\u1ec1n c\u00f3 thi\u1ebft k\u1ebf d\u1ea1ng s\u1ee3i m\u1ea3nh, tr\u01a1n tru, k\u1ebft h\u1ee3p v\u1edbi m\u1eb7t d\u00e2y l\u00e0 m\u1ed9t vi\u00ean \u0111\u00e1 tr\u00f2n s\u00e1ng b\u00f3ng, t\u1ea1o n\u00ean v\u1ebb \u0111\u1eb9p \u0111\u01a1n gi\u1ea3n nh\u01b0ng kh\u00f4ng k\u00e9m ph\u1ea7n tinh t\u1ebf. Vi\u00ean \u0111\u00e1 tr\u00f2n l\u1ea5p l\u00e1nh nh\u01b0 m\u1ed9t \u0111i\u1ec3m nh\u1ea5n, t\u1ea1o n\u00ean v\u1ebb \u0111\u1eb9p sang tr\u1ecdng v\u00e0 qu\u00fd ph\u00e1i. B\u1ea1c tr\u1eafng s\u00e1ng b\u00f3ng, d\u1ec5 d\u00e0ng k\u1ebft h\u1ee3p v\u1edbi nhi\u1ec1u phong c\u00e1ch th\u1eddi trang.<\/p>\n