.saved-matches-section{padding:.5rem;max-width:100%;margin:20px 80px}.saved-matches-heading{font-size:1.25rem;color:#8e2e0f;margin-bottom:1rem;text-align:left;font-weight:700}.matches-container{display:grid;grid-template-columns:1fr;gap:1rem;padding:.5rem}.match-detail-card{background:#fffae2;border:2px solid #8e2e0f;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden;width:100%;max-width:100%}.match-card-header{padding:.75rem 1rem;display:flex;justify-content:center;align-items:center;background:rgba(142,46,15,.05)}.couple-names{margin:0;color:#8e2e0f;font-weight:700;font-size:1.1rem;text-align:center}.date-format{color:#333333;font-size:.9rem}.match-card-separator{height:1px;background:#8e2e0f}.match-card-content{display:grid;grid-template-columns:1fr;gap:.75rem;padding:.75rem}.details-column{display:flex;flex-direction:column;gap:.25rem}.column-title{margin:0 0 .5rem;color:#000;font-weight:700;font-size:1rem;text-align:center;background:rgba(142,46,15,.1);padding:.25rem;border-radius:4px}.detail-row{display:flex;flex-direction:column;gap:.25rem}.detail-row label{color:#8e2e0f;font-weight:600;font-size:.8rem;margin-bottom:.125rem}.detail-row input{padding:.375rem .5rem;border:1px solid #ddd;border-radius:4px!important;background:#fff;color:#333333;font-size:.85rem;outline:none;min-height:32px}.detail-row input:focus{border-color:#8e2e0f;box-shadow:0 0 0 2px rgba(142,46,15,.1)}.match-card-actions{display:flex;gap:.75rem;padding:1rem;border-top:1px solid #e0e0e0;background:rgba(248,162,27,.05)}.delete-button,.view-button{flex:1;padding:.625rem 1rem;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s ease;min-height:40px}.view-button{background:#F8a21b;color:white}.view-button:hover{background:linear-gradient(180deg,#E08A1A,#E05A1E)}.delete-button{background:#8e2e0f;color:white}.delete-button:hover{background:linear-gradient(180deg,#8e2e0f,#631f08)}.delete-button:disabled,.view-button:disabled{background:#cccccc;cursor:not-allowed}.loading{color:#666}.error-message,.loading{text-align:center;padding:1.5rem}.error-message{color:#dc3545}.no-matches{text-align:center;padding:1.5rem;color:#666;background:#f8f9fa;border-radius:8px}@media (max-width:768px){.saved-matches-section{padding:1rem;margin:20px 10px}}@media (min-width:768px){.saved-matches-heading{font-size:1.5rem;margin-bottom:1.5rem}.matches-container{gap:1.5rem;padding:1rem}.match-card-content{grid-template-columns:1fr 1fr;gap:1rem;padding:1rem}.match-card-header{padding:1rem 1.5rem}.match-card-actions{padding:1.25rem 1.5rem}.couple-names{font-size:1.3rem}.column-title{font-size:1.1rem;padding:.375rem}.detail-row input{padding:.5rem .75rem;font-size:.9rem;min-height:36px}.delete-button,.view-button{padding:.75rem 1.5rem;font-size:1rem;min-height:44px}}@media (min-width:1024px){.matches-container{grid-template-columns:repeat(2,minmax(0,1fr))}.match-detail-card{max-width:none;margin:0}.match-card-content{gap:1.5rem;padding:1.5rem}.match-card-header{padding:1.25rem 2rem}.match-card-actions{padding:1.5rem 2rem}.details-column{gap:.5rem}.detail-row{gap:.375rem}.detail-row label{font-size:.9rem}.detail-row input{padding:.625rem 1rem;font-size:.95rem;min-height:40px}}@media (min-width:1200px){.matches-container{gap:1.5rem}.match-detail-card{max-width:none}}