/*
Theme Name: Đức Học Trầm
Theme URI: http://tramhuongyenloc.vn
Author: TinhCau Agency
Author URI: https://tinhcau.vn
Description: Một theme WordPress chuyên nghiệp cho thương hiệu Đức Học Trầm, với thiết kế premium và hiện đại.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tranhtramhuong
 */

/**
 * Agent Exclusive Styling
 */
@keyframes border-beam {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.agent-notice-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1px;
  border-radius: 1.25rem;
  background: rgba(242, 208, 13, 0.1);
}

.agent-notice-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 600%;
  background: conic-gradient(
    from 0deg,
    transparent 0%,
    transparent 48%,
    #f2d00d 50%,
    transparent 52%,
    transparent 100%
  );
  transform: translate(-50%, -50%);
  animation: border-beam 4s linear infinite;
  z-index: 0;
}

.agent-notice-inner {
  position: relative;
  z-index: 1;
  background: #000;
  border-radius: 1.2rem;
}
