/*
Theme Name: TipNesto
Theme URI: https://tipnesto.com
Author: TipNesto
Description: Dynamic WordPress theme for a Korean home organization, cleaning routine, storage idea, and single-life tips blog.
Version: 1.1.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: salimnote
*/

.page-visual-copy {
  position: relative;
  padding: clamp(28px, 3.4vw, 42px);
  border: 1px solid var(--line-strong);
  border-left-width: 2px;
  border-right-width: 2px;
  background: #fbfcfe;
  box-shadow:
    inset 1px 0 0 var(--line-strong),
    inset -1px 0 0 var(--line-strong);
}

.page-visual-copy::before,
.page-visual-copy::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 2px;
  background: var(--line-strong);
  pointer-events: none;
}

.page-visual-copy::before {
  left: -1px;
}

.page-visual-copy::after {
  right: -1px;
}
